Merge remote-tracking branch 'upstream/pull/4662'
This commit is contained in:
commit
01c2aabd95
2 changed files with 2 additions and 8 deletions
|
@ -842,8 +842,6 @@ tr.turn:hover {
|
|||
}
|
||||
|
||||
.search_form {
|
||||
background-color: $lightgrey;
|
||||
|
||||
#query {
|
||||
z-index: 0;
|
||||
}
|
||||
|
@ -853,10 +851,6 @@ tr.turn:hover {
|
|||
}
|
||||
}
|
||||
|
||||
.directions_form {
|
||||
background-color: $lightgrey;
|
||||
}
|
||||
|
||||
/* Rules for user images */
|
||||
|
||||
img.user_image {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="search_forms">
|
||||
<form method="GET" action="<%= search_path %>" class="search_form px-1 py-2">
|
||||
<form method="GET" action="<%= search_path %>" class="search_form bg-body-secondary px-1 py-2">
|
||||
<div class="row gx-2 mx-0">
|
||||
<div class="col">
|
||||
<div class="input-group flex-nowrap">
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form method="GET" action="<%= directions_path %>" class="directions_form pb-3">
|
||||
<form method="GET" action="<%= directions_path %>" class="directions_form bg-body-secondary pb-3">
|
||||
<div class="d-flex flex-row-reverse px-3 py-3"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
|
||||
|
||||
<div class="row gx-2 m-1">
|
||||
|
|
Loading…
Add table
Reference in a new issue