summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
46bd1a9)
Ideally this would be refactored to be mobile-first, but is likely
to be replaced by more general bootstrap form refactoring anyway.
.leaflet-top.leaflet-right {
top: 10px !important;
}
.leaflet-top.leaflet-right {
top: 10px !important;
}
-
- /* Rules for the login form */
-
- #login_login input#user_email {
- width: 100%;
- max-width: 18em;
- }
-
- #login_login input#user_password {
- width: 100%;
- max-width: 18em;
- }
-
- #login_login input#openid_url {
- width: 100%;
- max-width: 18em;
- }
-
- #login_openid_buttons td {
- padding: 2px;
- }
}
@media (max-width: 767.98px) {
}
@media (max-width: 767.98px) {
+
+@media (max-width: 575.98px) {
+ /* Rules for the login form */
+
+ #login_login input#user_email {
+ width: 100%;
+ max-width: 18em;
+ }
+
+ #login_login input#user_password {
+ width: 100%;
+ max-width: 18em;
+ }
+
+ #login_login input#openid_url {
+ width: 100%;
+ max-width: 18em;
+ }
+
+ #login_openid_buttons td {
+ padding: 2px;
+ }
+}