diff options
author | thomascube <thomas@roundcube.net> | 2011-11-30 21:09:30 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-30 21:09:30 +0000 |
commit | b1fa1ab50d3e13d9af1b9e6834131ae7c6298d7b (patch) | |
tree | 6c3d9a230e45c7596f4097575c90096ea1024f48 /skins/larry/settings.css | |
parent | 03e520f1bacf8f231fc3866cf8e7fa3361326cdd (diff) |
More work on new skin
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 736c3d4be..77b2ac3d8 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -10,4 +10,33 @@ * See http://creativecommons.org/licenses/by-sa/3.0/ for details. * * $Id$ - */
\ No newline at end of file + */ + +#settings-sections { + position: absolute; + top: 0; + left: 0; + width: 240px; + bottom: 0; +} + +#sectionslist { + position: absolute; + top: 0; + left: 250px; + width: 240px; + bottom: 0; +} + +#preferences-box { + position: absolute; + top: 0; + left: 500px; + right: 0; + bottom: 0; +} + +#preferences-frame { + border-radius: 4px 4px 0 0; +} + |