diff options
author | Peter Andersson <[email protected]> | 2012-07-03 17:23:00 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-07-06 16:29:24 +0200 |
commit | b0abb6972043d4240b763603075f6979a69b88ef (patch) | |
tree | 10e1725628cc726994093a89af19f0ea161d12a9 /lib/common_test/priv/ct_default.css | |
parent | 3b34580548d5060bae35a0f787e1c80b4a294123 (diff) | |
download | otp-b0abb6972043d4240b763603075f6979a69b88ef.tar.gz otp-b0abb6972043d4240b763603075f6979a69b88ef.tar.bz2 otp-b0abb6972043d4240b763603075f6979a69b88ef.zip |
Make it possible to sort the HTML tables
OTP-9896
Introduce java scripts in the web pages to enable sorting
of table elements.
Diffstat (limited to 'lib/common_test/priv/ct_default.css')
-rw-r--r-- | lib/common_test/priv/ct_default.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lib/common_test/priv/ct_default.css b/lib/common_test/priv/ct_default.css index 8ae6990cd8..1188f8f676 100644 --- a/lib/common_test/priv/ct_default.css +++ b/lib/common_test/priv/ct_default.css @@ -136,7 +136,18 @@ th { } thead th { - background: #2C5755; text-align: center; + background: #3F3F3F; color: #fff; + font-family: arial, sans-serif; font-size: 120%; + letter-spacing: -0.5px; + font-weight: bold; text-align: center; + padding-right: .5em; vertical-align: top; + text-decoration: underline; +} + +tfoot td { + font-family: arial, sans-serif; font-size: 110%; + letter-spacing: -0.5px; + font-weight: bold; } .odd td { @@ -167,10 +178,6 @@ th a, td a:active { color: #85ABD5; } -tfoot th, tfoot td { - background: #3F3F3F; color: #fff; -} - th + td { padding-left: .5em; } |