From 2c733897c2a372e0fa2ec97c33af5e8d71a8f6e1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 9 Jul 2010 09:32:48 -0400 Subject: [PATCH] Fix for Bug 4981, Tweak style of item listing on MARC display --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 63 ++++++++++++++++++------------ 1 files changed, 38 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 5142dd2..cde0460 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -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; @@ -863,14 +864,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; } @@ -1183,11 +1217,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; @@ -1295,22 +1324,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; -- 1.7.0.4