diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index adf9eee18..a871005fd 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -275,6 +275,26 @@ tr.selected td { } /* +** To be used with displace.js +*/ +.displace-top, +.displace-bottom { + position: relative; + width: 100%; +} +.displace-processed .displace-top, +.displace-processed .displace-bottom { + position: fixed; + width: auto; + left: 0; + right: 0; +} +.displace-unsupported .displace-top, +.displace-unsupported .displace-bottom { + position: absolute; +} + +/* ** Floating header for tableheader.js */ table.sticky-header { |