[Koha-patches] [PATCH] comment out styles in gb_styles.css

Galen Charlton gmcharlt at gmail.com
Sun Sep 6 18:41:21 CEST 2009


These were added in the labels rework, but do not belong here, since
gb_styles.css should references only CSS classes responsible for
displaying the greybox itself, not the content inside it.  In particular,
the generic table styles were causing the icons added by tablesorter
to be tiled in the opac-detail template.

To finish this work, the styles should be taken out entirely and
moved to whichever lables template they were supposed to affect

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../prog/en/lib/greybox/gb_styles.css              |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css b/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
index 75e29e3..f1556b0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
@@ -157,6 +157,7 @@
 .GB_Window .on { border-bottom: 1px solid #333; }
 .GB_Window .click { border-bottom: 1px solid red; }
 
+/*
 table {
     border-collapse: separate;
     border-spacing: 0;
@@ -168,3 +169,4 @@ table {
     background-position: center center;
     background-repeat: repeat;
 }
+*/
-- 
1.6.3.3




More information about the Koha-patches mailing list