summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 20:57:26 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 20:57:26 +0000
commit9960123d59a8555c15fb6a8fac31934c855822d3 (patch)
tree482c6727833106a116b3c637ed04593d5e73e2ee
parent979ef9a056d8537e0a47b7e9ec4ba78f3d2199c4 (diff)
Place save button below the scrollable prefs box
git-svn-id: https://svn.roundcube.net/trunk@1838 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/settings.css8
-rw-r--r--roundcubemail/skins/default/templates/settings.html4
2 files changed, 6 insertions, 6 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css
index a5671387f..8c229a15c 100644
--- a/roundcubemail/skins/default/settings.css
+++ b/roundcubemail/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
diff --git a/roundcubemail/skins/default/templates/settings.html b/roundcubemail/skins/default/templates/settings.html
index 490d35de4..2b69f423d 100644
--- a/roundcubemail/skins/default/templates/settings.html
+++ b/roundcubemail/skins/default/templates/settings.html
@@ -16,11 +16,11 @@
<div style="padding:15px">
<roundcube:object name="userprefs">
-
-<p><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p>
</div>
</div>
+<p id="listbuttons"><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p>
+
<roundcube:include file="/includes/settingscripts.html" />
</body>