diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-09 09:56:39 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-09 09:56:39 +0000 |
commit | 6dcf2cccaa039764fc9c1895edde03e325c30372 (patch) | |
tree | decbce5aa0a2aadb199830a6ddd8acb8c90557c2 /modules | |
parent | 33f455d2df47ef80dd5b3c736762cecd23b0ba63 (diff) | |
download | brdo-6dcf2cccaa039764fc9c1895edde03e325c30372.tar.gz brdo-6dcf2cccaa039764fc9c1895edde03e325c30372.tar.bz2 |
#194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: fix a dozen issues with sticky table headers
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 86e4f32db..2e1453048 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -472,7 +472,8 @@ tr.selected td { /* ** Floating header for tableheader.js */ -thead div.sticky-header { +table.sticky-header { + margin-top: 0; background: #fff; } |