aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style-c.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style-c.css')
-rw-r--r--layout/style-c.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/layout/style-c.css b/layout/style-c.css
index 83c64bc..702cc04 100644
--- a/layout/style-c.css
+++ b/layout/style-c.css
@@ -1,3 +1,11 @@
1label[for="navicon"] {
2 display: block;
3}
4
5#header h1 {
6 padding-left: 30px;
7}
8
1#content { 9#content {
2 padding-left: 5px; 10 padding-left: 5px;
3} 11}
@@ -12,5 +20,24 @@
12} 20}
13 21
14.plugins { 22.plugins {
23 position: absolute;
24 z-index: 0;
15 display: none; 25 display: none;
16} 26}
27
28.navicon:checked ~ .plugins {
29 display: block;
30}
31
32.graphs {
33 position: relative;
34 z-index: 1;
35 background: #fff;
36 min-height: 100%;
37 min-width: 100%;
38 bottom: 100%;
39}
40
41.navicon:checked ~ .graphs {
42 left: 125px;
43}