diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-20 15:30:17 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-20 15:30:17 +0200 |
commit | 1db12a9037796610df11a8be819cf126011b5818 (patch) | |
tree | 1fd10e7f5ff1a0ea8ab405f5b8f8d4014759023d /skins/larry/styles.css | |
parent | 219461fc7443e56ce93d5d3eee2891d32aa95d0c (diff) |
Fix so all pages are displayed correctly in extwin mode (#1489952)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 83adaebec..743ad71f4 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1054,6 +1054,14 @@ a.iconlink.upload { bottom: 0; } +#mainscreen.offset { + top: 132px; +} + +#mainscreen .offset { + top: 42px; +} + .minimal #mainscreen { top: 62px; } @@ -1066,12 +1074,8 @@ a.iconlink.upload { top: 40px; } -#mainscreen.offset { - top: 132px; -} - -#mainscreen .offset { - top: 42px; +.extwin #mainscreen.offset { + top: 86px; } .uibox { |