From: Ben Shum Date: Wed, 18 Sep 2013 21:57:00 +0000 (-0400) Subject: Some CSS tweaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b8e8f9144e968570ca33bc47537b0e2f389942e9;p=evergreen%2Fmasslnc.git Some CSS tweaks 1) Remove the login height to prevent problems with larger fonts at entry 2) Add some top and bottom padding between search results 3) Make the titles larger by default in search results 4) Add some right padding to the results block Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 6792d995ba..fbdf160728 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -598,7 +598,6 @@ div.format_icon { #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] { width:167px; - height:18px; margin:0; padding:0; background: [% css_colors.background %]; @@ -714,6 +713,7 @@ tr.result_table_row > td.result_table_title_cell { .result_metadata { float: left; width: 30em; + padding-right: 2em; } tr.result_table_row:nth-child(n+2) > td { @@ -1657,6 +1657,15 @@ a.preflib_change { white-space: nowrap; } +.result_table_title_cell { + padding-top: 4px; + padding-bottom: 4px; +} + +.record_title { + font-size: [% css_fonts.size_bigger %]; +} + @media only screen and (max-width: 600px) { body { font-size: 12pt;