summaryrefslogtreecommitdiff
path: root/skins/larry/settings.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-15 20:32:46 +0000
committerthomascube <thomas@roundcube.net>2011-12-15 20:32:46 +0000
commit918bb927381ada0853c6a6ab959f879474dd21fa (patch)
treeab86c60ff430bea23e2afe567d0dc92959e5c5be /skins/larry/settings.css
parentd2d94ac6df0b8c07f0b36da71b1e4b14d6d1e8ab (diff)
Give resizeable splitters to Larry
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r--skins/larry/settings.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 5f27ae7ac..05a587a8b 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -20,10 +20,18 @@
bottom: 0;
}
+#settings-right {
+ position: absolute;
+ top: 0;
+ left: 232px;
+ right: 0;
+ bottom: 0;
+}
+
#sectionslist {
position: absolute;
top: 0;
- left: 230px;
+ left: 0;
width: 260px;
bottom: 0;
}
@@ -31,7 +39,7 @@
#preferences-box {
position: absolute;
top: 0;
- left: 500px;
+ left: 270px;
right: 0;
bottom: 0;
}
@@ -149,7 +157,7 @@
#identitieslist {
position: absolute;
top: 0;
- left: 230px;
+ left: 0;
width: 300px;
bottom: 0;
}
@@ -158,7 +166,7 @@
#identity-details {
position: absolute;
top: 0;
- left: 540px;
+ left: 310px;
right: 0;
bottom: 0;
}