summaryrefslogtreecommitdiff
path: root/skins/classic/common.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-04 15:29:37 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-04 15:29:37 +0200
commit72afe3153cfaf0f8aaa0a4db115fea62959ff6d1 (patch)
tree0b51444abb8dbe4882af0d5597d56e9d90eeb8d8 /skins/classic/common.css
parent24e89eceed9694882ff943c4106519fab449705f (diff)
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r--skins/classic/common.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index 126408444..c0d0a2610 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -607,6 +607,7 @@ img.uploading
/***** common table settings ******/
+table.records-table thead tr th,
table.records-table thead tr td
{
height: 20px;
@@ -617,6 +618,7 @@ table.records-table thead tr td
background: url(images/listheader.gif) top left repeat-x #CCC;
font-size: 11px;
font-weight: bold;
+ text-align: left;
}
table.records-table tbody tr td