move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[myslice.git] / ui / static / css / topmenu.css
diff --git a/ui/static/css/topmenu.css b/ui/static/css/topmenu.css
new file mode 100644 (file)
index 0000000..f7c7831
--- /dev/null
@@ -0,0 +1,15 @@
+/* this is to get the content below the navbar */
+body {
+    padding-top: 60px;
+    padding-bottom: 20px;
+}
+
+/* center the buttons vertically in the header */
+div.topmenu { padding-top: 7px; }
+ul.logged-in { padding-top: 12px; }
+button#logout { 
+/*    margin-left: 8px;  */
+    margin-bottom: 10px; 
+}
+ul.logged-in { font-size: x-small; }
+button.logged-in { font-size: small; }