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 <[email protected]> --- .../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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
