move the wholePage stuff out for xosAdminSite.css
authorScott Baker <smbaker@gmail.com>
Thu, 6 Nov 2014 06:11:32 +0000 (22:11 -0800)
committerScott Baker <smbaker@gmail.com>
Thu, 6 Nov 2014 06:11:32 +0000 (22:11 -0800)
planetstack/core/xoslib/static/css/xosAdminSite.css

index a280fac..f5942de 100644 (file)
     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;
 }