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:
1df8107
)
Set explicit width for result metadata in main view
author
Dan Scott
<dscott@laurentian.ca>
Wed, 18 Sep 2013 17:36:15 +0000
(13:36 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 15:18:44 +0000
(11:18 -0400)
We were getting ragged edges for search results with titles longer than
the "# of # available copies..." statement and the placement of the
place hold action buttons, so set an explicit width, and then deset that
in mobile mode.
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
c31abd4
..
fae9f8d
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-710,6
+710,7
@@
tr.result_table_row > td.result_table_title_cell {
.result_metadata {
float: left;
+ width: 30em;
}
tr.result_table_row:nth-child(n+2) > td {
@@
-1899,4
+1900,7
@@
a.preflib_change {
float: left;
background: [% css_colors.background %];
}
+ .result_metadata {
+ width: inherit;
+ }
}