diff options
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 813df9ed3..cc1f3e60a 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -609,6 +609,7 @@ img.uploading /***** common table settings ******/ +table.records-table thead tr th, table.records-table thead tr td { height: 20px; @@ -619,6 +620,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 @@ -629,7 +631,8 @@ table.records-table tbody tr td white-space: nowrap; border-bottom: 1px solid #EBEBEB; overflow: hidden; - text-align: left; + text-align: left; + outline: none; } table.records-table tr |