diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-11 12:26:42 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-11 12:26:42 +0000 |
| commit | 17961a6352761d3d94ceb3567a5f6f839ba617a7 (patch) | |
| tree | 45104dee3ae8a50515183a19bc4b2e2e9aa8143d | |
| parent | a762e8b2830176c39147519decb0358660d32c91 (diff) | |
- small fix of padding in #taskbar
git-svn-id: https://svn.roundcube.net/trunk@3610 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 8126ca838..7959e753a 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -158,7 +158,7 @@ img font-size: 11px; color: #666666; text-decoration: none; - padding: 6px 14px 6px 27px; + padding: 6px 12px 6px 26px; background: url(images/taskicons.gif) no-repeat; } |
