diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-11 08:20:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-11 08:20:32 +0000 |
| commit | 356ffda0ed7180c0f21c2c2ae731cd59dd64184e (patch) | |
| tree | 04e32bd1e3f57b3a9e3963021cce7153161fcfcc | |
| parent | 8c537fa055b730e02a57ec0644a932108ba8b37a (diff) | |
- fix 1px IE issue in 'records-table' header row
git-svn-id: https://svn.roundcube.net/trunk@3032 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/iehacks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/iehacks.css b/roundcubemail/skins/default/iehacks.css index 7e3d050f8..922740dfc 100644 --- a/roundcubemail/skins/default/iehacks.css +++ b/roundcubemail/skins/default/iehacks.css @@ -268,3 +268,8 @@ ul.toolbarmenu li a { padding-right: 10px; } + +table.records-table thead tr td +{ + height: 19px; +} |
