show dropdown menu labels above dropdown menus
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 28 Jun 2019 20:28:19 +0000 (16:28 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 28 Jun 2019 20:28:19 +0000 (16:28 -0400)
... on medium and larger screens

this allows us to fit more dropdown menus in a narrow page.

css/style.css

index 17acd75d63e50d00724f3e57983dbb488d8881a6..2da53221db1d55a44e0b13f0147b54b0eaf2dbba 100644 (file)
@@ -78,6 +78,17 @@ a { transition: 0.3s; }
   float: right;
 }
 
+/* Selectors */
+
+@media screen and (min-width: 768px) {
+  .form-inline .form-item .select-wrapper {
+    display: block;
+  }
+  .form-inline .form-actions {
+    margin-top: 21px;
+  }
+}
+
 /* RYF List */
 
 .ryf-list {