diff options
author | thomascube <thomas@roundcube.net> | 2008-11-28 18:59:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-11-28 18:59:23 +0000 |
commit | ba1c48f2bdb1d8946b5553b687ca4807c3014ae8 (patch) | |
tree | 6882cb7ea30250113bad24d27f485c6289daeb24 /skins/default/templates/settings.html | |
parent | 7342d7ef8c277c32bb161eeb585d98099f2b04fe (diff) |
Spread settings box over the whole width of the windows + make fieldsets float
Diffstat (limited to 'skins/default/templates/settings.html')
-rw-r--r-- | skins/default/templates/settings.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/templates/settings.html b/skins/default/templates/settings.html index be38530d5..c24a67b6e 100644 --- a/skins/default/templates/settings.html +++ b/skins/default/templates/settings.html @@ -15,8 +15,9 @@ <div id="userprefs-box"> <div id="userprefs-title"><roundcube:label name="userpreferences" /></div> -<div style="padding:15px"> +<div style="padding:15px 0 15px 15px"> <roundcube:object name="userprefs"> +<div style="clear:left"></div> </div> </div> |