updated the nav box in /2015/program/ -- it is fixed; so always visible while scrolling.
[libreplanet-static.git] / 2015 / assets / css / custom.css
index 2f334ddb3f95f7c420845574f8c2dc65d3f6a1fd..793e0a55ed1a3180aa0329de7ded7b348e968f27 100644 (file)
@@ -53,7 +53,15 @@ hr {
 #lp-panel {
   max-width: 32%;
   margin-left: 0.3em;
-  float: right;
+  position: fixed;
+  right: 1%;
+  top: 20%;
+}
+
+#lp-mini-nav {
+  position: fixed;
+  bottom: 0%;
+  right: 1%;
 }
 
 #lp-panel ul {
@@ -143,9 +151,8 @@ hr {
   #lp-panel {
     max-width: 100%;
     margin-left: 0;
-    float: none;
+       position: static;
   }
-
 }
 
 @media (min-width: 552px) and (max-width:767px) {
@@ -160,7 +167,7 @@ hr {
   #lp-panel {
     max-width: 100%;
     margin-left: 0;
-    float: none;
+       position: static;
   }
 
   #lp-updates {