Just inherit the width for results table
authorDan Scott <dscott@laurentian.ca>
Wed, 7 Jan 2015 21:25:56 +0000 (16:25 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 7 Jan 2015 21:25:56 +0000 (16:25 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_laurentian/opac/css/style_overrides.css.tt2

index 61b1c63..5ce87e9 100644 (file)
@@ -29,7 +29,7 @@ tr[name=results_pub_tr] strong {
 
 @media only screen and (min-width: 800px) {
     .result_metadata {
-        width: 50%;
+        width: inherit;
     }
 
     div.result_table_utils_cont {