pytask/static/css/base.css
changeset 505 a05fde6309e1
parent 500 42516ec56822
child 523 74169ec48caf
--- a/pytask/static/css/base.css	Fri Jan 21 00:27:33 2011 +0530
+++ b/pytask/static/css/base.css	Fri Jan 21 02:09:58 2011 +0530
@@ -16,7 +16,7 @@
 }
 
 #header {
-   margin-bottom: 30px;
+  margin-bottom: 30px;
   padding: 5px 0px 5px 0px;
   height: auto;
   width: auto;
@@ -304,3 +304,17 @@
   font-weight: bold;
   text-decoration: none;
 }
+
+/* Uberbar is the sticky bar at the top of the page */
+/* Code taken from http://davidwalsh.name/persistent-header-opacity#bottom */
+#uberbar  {
+  border-bottom:1px solid #eb7429;
+  background:#fc9453;
+  padding:10px 20px 0px 10px;
+  position:fixed;
+  top:0;
+  left:0;
+  z-index:2000;
+  width:98%;
+  text-align: center;
+}