summaryrefslogtreecommitdiff
path: root/skins/default/settings.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-18 20:57:26 +0000
committerthomascube <thomas@roundcube.net>2008-09-18 20:57:26 +0000
commit5d480c14c7c3f7390cdce6cfe2b814a93130a866 (patch)
treea922d463fb52f5a40cc7f01a450024e611f50200 /skins/default/settings.css
parentae579cee860c90183b3968d9658ffe0b3ba29dd5 (diff)
Place save button below the scrollable prefs box
Diffstat (limited to 'skins/default/settings.css')
-rw-r--r--skins/default/settings.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css
index a5671387f..8c229a15c 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -49,12 +49,12 @@ span.tablink-selected a
position: absolute;
top: 95px;
left: 20px;
- bottom: 30px;
- width: 600px;
+ bottom: 60px;
+ width: 640px;
overflow: auto;
- border: 1px solid #999999;
+ border: 1px solid #999999;
/* css hack for IE */
- height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
+ height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#userprefs-box table td.title