From 15ae36b56a3b7fefc2f55777f79aa1c02ff30b1a Mon Sep 17 00:00:00 2001
From: VG <vg@devys.org>
Date: Sat, 29 Nov 2014 00:19:57 +0100
Subject: add floating menu bar to access root and raw

---
 static/base.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

(limited to 'static')

diff --git a/static/base.css b/static/base.css
index 5dc464e..9569be1 100644
--- a/static/base.css
+++ b/static/base.css
@@ -1,3 +1,15 @@
 html {
     background-color: #002b36;
 }
+
+#floatingmenu {
+    border: 1px solid #000;
+    width: 200px;
+    height: 50px;
+    background-color: #002D38;
+    display: block;
+    position: absolute;
+    right: 0px;
+    top: 0px;
+    position: absolute;
+}
-- 
cgit v1.2.3