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/styles.css |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index f55ac31..518ac72 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -964,6 +964,14 @@
 	bottom: 20px;
 }
 
+#mainscreencontent {
+	position: absolute;
+	top: 42px;
+	left: 0;
+	right: 0;
+	bottom: 0;
+}
+
 .minimal #mainscreen {
 	top: 62px;
 }
@@ -996,11 +1004,6 @@
 }
 
 .minwidth {
-	position: absolute;
-	top: 0;
-	left: 0;
-	bottom: 0;
-	width: 100%;
 	min-width: 1024px;
 }
 

--
Gitblit v1.9.1