From 19fa3682679c04f2fe645cf584b5a7fbe503c0be Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 18 Sep 2013 13:36:15 -0400 Subject: [PATCH] Set explicit width for result metadata in main view 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index c31abd4dbf..fae9f8d8d0 100644 --- 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; + } } -- 2.43.2