diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
commit | f8a9c2c59cda13e41f1295ce378885e29ad39780 (patch) | |
tree | ce38666dad42fb9c83a543171eb8ef7e7960c3c5 /skins/larry/styles.css | |
parent | 4d61806cc51d7273ab3a2e9f961696182643768a (diff) |
Improve HTML structure so toolbar and content are in separate containers.
This makes splitters size and positioning better.
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index f55ac31b8..518ac725a 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -964,6 +964,14 @@ a.iconlink.upload { bottom: 20px; } +#mainscreencontent { + position: absolute; + top: 42px; + left: 0; + right: 0; + bottom: 0; +} + .minimal #mainscreen { top: 62px; } @@ -996,11 +1004,6 @@ a.iconlink.upload { } .minwidth { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 100%; min-width: 1024px; } |