From: Scott Baker Date: Thu, 6 Nov 2014 06:11:32 +0000 (-0800) Subject: move the wholePage stuff out for xosAdminSite.css X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c80683acee88c79f5342ba44bad8cfb31fd96992;p=plstackapi.git move the wholePage stuff out for xosAdminSite.css --- 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; }