From e19229ce09c0233a93584925b2e4fed7370e6650 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 14 Dec 2011 11:53:02 +0000 Subject: Larry's identities settings and about page --- skins/larry/settings.css | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'skins/larry/settings.css') diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 70e3599ae..ccb96c0ca 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -16,15 +16,15 @@ position: absolute; top: 0; left: 0; - width: 240px; + width: 220px; bottom: 0; } #sectionslist { position: absolute; top: 0; - left: 250px; - width: 240px; + left: 230px; + width: 260px; bottom: 0; } @@ -48,11 +48,14 @@ background: url(images/listicons.png) -100px 0 no-repeat; } -#settings-sections span.listitem a { +/* note: support span.tablink because this is used by plugins */ +#settings-sections span.listitem a, +#settings-sections span.tablink a { background-position: 6px -862px; } -#settings-sections span.selected a { +#settings-sections span.selected a, +#settings-sections span.tablink.selected a { background-position: 6px -887px; } @@ -142,3 +145,19 @@ background-position: 6px -550px; } +#identitieslist { + position: absolute; + top: 0; + left: 230px; + width: 300px; + bottom: 0; +} + +#identity-details { + position: absolute; + top: 0; + left: 540px; + right: 0; + bottom: 0; +} + -- cgit v1.2.3