projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a663723
)
Keep label + input together in search bar
author
Dan Scott
<dscott@laurentian.ca>
Wed, 18 Sep 2013 21:35:29 +0000
(17:35 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000
(18:42 -0400)
The better for breaking in a sane way on a non-mobile screen.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
6f6156d
..
d92cfef
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-1653,6
+1653,10
@@
a.preflib_change {
margin-bottom: 1em;
}
+#search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
+ white-space: nowrap;
+}
+
@media only screen and (max-width: 600px) {
body {
font-size: 12pt;