diff options
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;  }  | 
