From 04fcd02ff15bb0abb6ad24b2ca8c0b0e273b1570 Mon Sep 17 00:00:00 2001 From: hdl Date: Thu, 6 Oct 2005 12:24:31 +0000 Subject: [PATCH] Fixing a display bug for items in Marc detail view. --- koha-tmpl/opac-tmpl/css/en/includes/opac.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/css/en/includes/opac.css b/koha-tmpl/opac-tmpl/css/en/includes/opac.css index 6bb7311f00..934a127c5a 100644 --- a/koha-tmpl/opac-tmpl/css/en/includes/opac.css +++ b/koha-tmpl/opac-tmpl/css/en/includes/opac.css @@ -148,6 +148,7 @@ p.copyright { table { border:1px solid #000000; border-collapse:collapse; + width:80%; position:static; } /* header */ @@ -332,7 +333,7 @@ select { #itembloc { float:left; padding-left:10px; -/* width:50%; */ + width:80%; border:0; } @@ -415,6 +416,7 @@ div.tabbloc { display:block; top:140px; left:62px; + width:80%; margin-right:0px; border: 1px solid black; background-color:none; @@ -428,6 +430,7 @@ div.tab { float:left; margin-right:0px; background-color:none; +/* width:80%;*/ } .MARCtag { /* style for tag definition (700 - Statement of responsability) */ -- 2.39.5