Some CSS tweaks
authorBen Shum <bshum@biblio.org>
Wed, 18 Sep 2013 21:57:00 +0000 (17:57 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000 (18:42 -0400)
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 <bshum@biblio.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 6792d99..fbdf160 100644 (file)
@@ -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;