Fix for Bug 4981, Tweak style of item listing on MARC display
authorOwen Leonard <oleonard@myacpl.org>
Sat, 13 Nov 2010 17:55:02 +0000 (12:55 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 29 Nov 2010 19:50:06 +0000 (08:50 +1300)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index 8f9b246..f47c8c2 100644 (file)
@@ -25,8 +25,9 @@ body {
 
 caption {
        font-size : 140%;
-       text-align : left;
        font-weight : bold;
+       line-height : 144%;
+       text-align : left;
 }
 
 fieldset {
@@ -53,7 +54,7 @@ fieldset.rows legend {
        font-size : 110%;
 }
 
-fieldset.rows label, fieldset.rows span.label {  
+fieldset.rows label, fieldset.rows span.label {
        float: left;  
        font-weight : bold;
        width: 9em;  
@@ -866,14 +867,47 @@ em {
        font-style : italic;
 }
 
-#catalogue_detail_biblio p span.label {  
+
+table#marc,
+table#marc td,
+table#marc th {
+       background-color : transparent;
+       border : 0;
+}
+
+table#marc p span.label {
        font-weight : bold;
 }
 
-#catalogue_detail_biblio p, #catalogue_detail_biblio ul {  
+table#marc p,
+table#marc ul {
        padding-bottom: .6em;
 }
 
+table#items,
+table#items td
+table#items th {
+       border-width : 1px solid #EEE;
+       font-size : 90%;
+}
+
+
+table#marc div.results_summary {
+       clear :  left;
+}
+table#marc div.results_summary ul {
+       display : inline;
+       float :  none;
+       clear :  none;
+       margin: 0;
+       padding: 0;
+       list-style : none;
+}
+
+table#marc div.results_summary ul li {
+       display : inline;
+}
+
 #basketcount {
        display : inline;
 }
@@ -1182,11 +1216,6 @@ div.tab-container {
        width : 90%;
 }
 
-#catalogue_detail_biblio table, #catalogue_detail_biblio td, #catalogue_detail_biblio th {
-       background-color : transparent;
-       border : 0;
-}
-
 tr.overdue td {
        background-color : #ffcccc;
        border-bottom : 1px solid #ffaeae;
@@ -1294,22 +1323,6 @@ padding-left : .4em;
        padding-left : 13px;
 }
 
-#catalogue_detail_biblio div.results_summary {
-       clear :  left;
-}
-#catalogue_detail_biblio div.results_summary ul {
-       display : inline;
-       float :  none;
-       clear :  none;
-       margin: 0;
-       padding: 0;
-       list-style : none;
-}
-
-#catalogue_detail_biblio div.results_summary ul li {
-       display : inline;
-}
-
 .dialog {
   border: 1px solid #bcbcbc;
        padding : .5em;