[Koha-patches] [PATCH] opac.css - add styling for tag classes

Joe Atzberger joe.atzberger at liblime.com
Mon Apr 21 23:22:30 CEST 2008


---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index 28b658a..297af59 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -1270,8 +1270,7 @@ div#menu li.active a:hover {
 	padding: 2px 2px 1px 2px;
 }
 
-
-#export,#further,#similars {
+#export,#further,#similars, .detailtagcell {
 	margin-top : .5em;
 	background-color : #F3F3F3;
 	border : 1px solid #E8E8E8;
@@ -1280,14 +1279,14 @@ div#menu li.active a:hover {
 	text-align : center;
 }
 
-#export label {
+#export label, .detailtagcell label {
 	display : block;
 	font-weight : bold;
 	font-size : 110%;
 	margin-bottom : 2px;
 }
 
-#export input {
+#export input, .detailtagcell input {
 	padding : 2px;
 }
 
-- 
1.5.2.1




More information about the Koha-patches mailing list