Browse Source

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 <gmcharlt@gmail.com>
3.2.x
Galen Charlton 15 years ago
parent
commit
b1197477d4
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css

2
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;
}
*/

Loading…
Cancel
Save