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/ui.js | |
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/ui.js')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index af5a6f3b9..05bfa704e 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -329,7 +329,7 @@ function rcube_mail_ui() }); // set min-width to show all toolbar buttons - var screen = $('body > div.minwidth'); + var screen = $('body.minwidth'); if (screen.length) { screen.css('min-width', $('.toolbar').width() + $('#quicksearchbar').width() + $('#searchfilter').width() + 30); } |