From c80683acee88c79f5342ba44bad8cfb31fd96992 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 5 Nov 2014 22:11:32 -0800 Subject: [PATCH] move the wholePage stuff out for xosAdminSite.css --- .../core/xoslib/static/css/xosAdminSite.css | 43 ------------------- 1 file changed, 43 deletions(-) diff --git a/planetstack/core/xoslib/static/css/xosAdminSite.css b/planetstack/core/xoslib/static/css/xosAdminSite.css index a280fac..f5942de 100644 --- a/planetstack/core/xoslib/static/css/xosAdminSite.css +++ b/planetstack/core/xoslib/static/css/xosAdminSite.css @@ -10,49 +10,6 @@ border: 1px solid black; } -#navigationPanel { - position: absolute; - top: 100px; - left: 0; - width: 220px; - bottom: 0; - overflow: hidden; - //background-color: #F0F0F0; -} - -#headerPanel { - position: absolute; - top: 0; - left: 0; - right: 0; - width: auto; - height: 100px; - overflow: hidden; - //background-color: #F0E0E0; -} - -#logPanel { - position: absolute; - top: auto; - left: 220px; - right: 0; - bottom: 0; - width: auto; - height: 100px; - overflow: hidden; - //background-color: #F0E0E0; -} - -#contentPanel { - position: fixed; - top: 100px; - bottom: 100px; - left: 220px; - right: 0; - overflow: auto; - //background: #f0F0E0; -} - .btn-xosnav { width: 120px; } -- 2.43.0