From f8a9c2c59cda13e41f1295ce378885e29ad39780 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 04 Apr 2014 05:47:16 -0400 Subject: [PATCH] Improve HTML structure so toolbar and content are in separate containers. This makes splitters size and positioning better. --- 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 af5a6f3..05bfa70 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -329,7 +329,7 @@ }); // 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); } -- Gitblit v1.9.1