diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 18:49:23 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 18:49:23 +0000 |
| commit | cc059e8b715516af0dba8b9aa19639b16a021899 (patch) | |
| tree | a7a36036491d1c096872d5375dffdcedd6e6f4a3 /roundcubemail/skins/default/common.css | |
| parent | 82e8e4cbc21e7990cb3f8a38695bc539736d3fb2 (diff) | |
Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253)
git-svn-id: https://svn.roundcube.net/trunk@491 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rwxr-xr-x | 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 86c3a9c03..178b267b1 100755 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -120,7 +120,7 @@ img width: 600px; height: 37px; background: url(images/taskbar.gif) top right no-repeat; - padding: 10px 24px 0px 0px; + padding: 10px 24px 10px 0px; text-align: right; white-space: nowrap; z-index: 2; |
