diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-29 15:05:06 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-29 15:05:06 +0000 |
| commit | 94531f553f89c0d5010100a44492be4580321263 (patch) | |
| tree | 2ccd6f0e6c4e5ba4547621bd8cf5907e5d8688d1 | |
| parent | 821bd3f0896aa40738d56c7d6a377de5f8e2d8c7 (diff) | |
Set min-width for countcontrols
git-svn-id: https://svn.roundcube.net/trunk@2808 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 18117fde5..6bbbd1022 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -661,6 +661,11 @@ td.formlinks a:visited font-size: 11px; } +#countcontrols +{ + min-width: 25em; +} + #countcontrols a.button, #countcontrols a.buttonPas, #messagecountbar a.button, |
