From b1197477d476ddaedec43392bdd92396b94b0852 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 6 Sep 2009 12:38:30 -0400 Subject: [PATCH] comment out styles in gb_styles.css 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 --- koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css | 2 ++ 1 file changed, 2 insertions(+) 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 75e29e3216..f1556b0133 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; } +*/ -- 2.39.5