diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-24 13:17:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-24 13:17:32 +0000 |
| commit | bcd6d976a2049c538b63654ba145acf58c39b51e (patch) | |
| tree | ae827bbd7a5067e2c49628b2de899fcf061a4502 | |
| parent | 33bc6cc7b44fd09d6d887e3ca0428911ac66f67e (diff) | |
#1485158: fixed mailboxcontrols width for Lithuanian translation
git-svn-id: https://svn.roundcube.net/trunk@1571 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 2110d96b4..a4d58bc5e 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -359,7 +359,7 @@ td.formlinks a:visited { position: absolute; left: 20px; - width: 170px; + width: 185px; bottom: 20px; height: 16px; overflow: hidden; |
