aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/priv/ct_default.css
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-08-23 15:50:28 +0200
committerPeter Andersson <[email protected]>2012-08-23 15:50:46 +0200
commitd961f2d397584e2fa8c6da4b2d6fa495803a7065 (patch)
tree0112e99ae2b35cd6caa25f56188522601231856b /lib/common_test/priv/ct_default.css
parent69c3f5994342bd60ee43402b6c91f87b58f89b8b (diff)
parente654efdc00b7ed658de589faab6df0f67b2b62e7 (diff)
downloadotp-d961f2d397584e2fa8c6da4b2d6fa495803a7065.tar.gz
otp-d961f2d397584e2fa8c6da4b2d6fa495803a7065.tar.bz2
otp-d961f2d397584e2fa8c6da4b2d6fa495803a7065.zip
Merge branch 'peppe/common_test/table_sorter' into maint
* peppe/common_test/table_sorter: Fix installation of javascript files on windows Fix installation of javascript files Make it possible to sort the HTML tables Conflicts: lib/common_test/src/ct_util.hrl OTP-9896
Diffstat (limited to 'lib/common_test/priv/ct_default.css')
-rw-r--r--lib/common_test/priv/ct_default.css17
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;
}