From 918bb927381ada0853c6a6ab959f879474dd21fa Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 15 Dec 2011 20:32:46 +0000 Subject: Give resizeable splitters to Larry --- skins/larry/settings.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'skins/larry/settings.css') 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; } -- cgit v1.2.3