aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-29 00:19:57 +0100
committerVG <vg@devys.org>2014-11-29 00:19:57 +0100
commit15ae36b56a3b7fefc2f55777f79aa1c02ff30b1a (patch)
treefd4a32ca48701fc7bdbab070955b64697ecade2b /static
parent8abf1c607aa41886992496adf58dd8debd1d0a2e (diff)
downloadpasteme-15ae36b56a3b7fefc2f55777f79aa1c02ff30b1a.tar.gz
pasteme-15ae36b56a3b7fefc2f55777f79aa1c02ff30b1a.tar.bz2
pasteme-15ae36b56a3b7fefc2f55777f79aa1c02ff30b1a.zip
add floating menu bar to access root and raw
Diffstat (limited to 'static')
-rw-r--r--static/base.css12
1 files changed, 12 insertions, 0 deletions
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;
+}