diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-28 13:10:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-28 13:10:18 +0000 |
| commit | c3653e1deae3782a04c9940102a95bf9cc17225a (patch) | |
| tree | dcf18ad491a8fd5cfb6d0dd2719c4735815bf0e6 /roundcubemail/skins/default/common.css | |
| parent | 9a1a06e4cff0312053b3a05541261340885c6e2b (diff) | |
- Set .pagenav min-width to fix wrapping of line with navigation icons
git-svn-id: https://svn.roundcube.net/trunk@3836 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index c46a58ac3..13b3bc091 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -332,6 +332,11 @@ img opacity: 0.35; } +.pagenav +{ + min-width: 250px; +} + .pagenav span { color: #444; |
