diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-07-20 18:18:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-07-20 18:18:08 +0200 |
commit | e7ce974ebc118f6ae9c691455097e07ed1fd7515 (patch) | |
tree | 8b00de1f83cbe4e700f1f303764d863901e1794b /skins | |
parent | 6b0a7c760f49d5e8f68c851ea4331a0d8a660b3f (diff) |
Fix alignment of folder subscription checkboxes accross browsers
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/settings.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 03067ef70..b5b05c235 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -253,12 +253,13 @@ #subscription-table li input { position: absolute; - right: 0; + right: 8px; top: 4px; + margin-right: 0; } #subscription-table li a { - padding-right: 20px; + padding-right: 28px; } .skinselection { |