diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 11:53:02 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 11:53:02 +0000 |
commit | e19229ce09c0233a93584925b2e4fed7370e6650 (patch) | |
tree | 721700b8380a2d2f104108925ba63e402acca2a9 /skins/larry/settings.css | |
parent | 28e18c75ef693740edc05e7474cf52452cc76157 (diff) |
Larry's identities settings and about page
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 29 |
1 files changed, 24 insertions, 5 deletions
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; +} + |