projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0701cd
)
TPAC: Draw a border under the result header bar
author
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 05:15:39 +0000
(
01:15
-0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 15:20:30 +0000
(11:20 -0400)
Particularly needed in mobile mode, where the background has been set to
inherit, draw a bottom border to separate the result header actions from
the pagination controls.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
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
7b070ce
..
678ede7
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-654,6
+654,7
@@
div.format_icon {
#results_header_bar {
background: [% css_colors.accent_medium %];
border-top:1px solid [% css_colors.accent_mediumdark %];
+ border-bottom:1px solid [% css_colors.accent_mediumdark %];
}
.cached_list_div { height: 25px; }