nav.secondary {
.nav-link {
padding: 0.2rem;
- color: $darkgrey;
- }
-
- > ul li.current a {
- color: darken($darkgrey, 25%);
}
#inboxanchor {
.export_boxy {
background: $lightgrey;
- #maxlat { margin-top: -1px; }
+ > * {
+ margin: -1px;
+ }
#minlon {
- float: left;
- /*rtl:ignore*/ margin-left: -1px;
+ /*rtl:ignore*/ float: left;
}
#maxlon {
- float: right;
- /*rtl:ignore*/ margin-right: -1px;
+ /*rtl:ignore*/ float: right;
}
- #minlat { margin-bottom: -1px; }
}
}
}
.search_form {
- background-color: $lightgrey;
-
#query {
z-index: 0;
}
}
}
-.directions_form {
- background-color: $lightgrey;
-}
-
/* Rules for user images */
img.user_image {