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:
a0d07c8
)
Give copy table in search results some style
user/bshum/copy_table_style
author
Dan Scott
<dscott@laurentian.ca>
Tue, 6 Mar 2012 21:33:24 +0000
(16:33 -0500)
committer
Ben Shum
<bshum@biblio.org>
Tue, 6 Mar 2012 21:54:15 +0000
(16:54 -0500)
Bold text with grey background for headers, and some space above and
below.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/css/skin/default/opac/style.css
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/opac/style.css
b/Open-ILS/web/css/skin/default/opac/style.css
index
266ce24
..
10dacd9
100644
(file)
--- a/
Open-ILS/web/css/skin/default/opac/style.css
+++ b/
Open-ILS/web/css/skin/default/opac/style.css
@@
-1396,3
+1396,13
@@
table.bookbag-specific {
font-size: 75%; padding: 0.65em 0;
text-align: right; color: #666;
}
+table.result_holdings_table {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+table.result_holdings_table thead tr {
+ background: #D8D8D8;
+}
+table.result_holdings_table thead tr th {
+ font-weight: bold;
+}