projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af85f8
)
show dropdown menu labels above dropdown menus
author
Andrew Engelbrecht
<andrew@fsf.org>
Fri, 28 Jun 2019 20:28:19 +0000
(16:28 -0400)
committer
Andrew 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
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 17acd75d63e50d00724f3e57983dbb488d8881a6..2da53221db1d55a44e0b13f0147b54b0eaf2dbba 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-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 {