summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 23:26:25 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 23:26:25 +0200
commit225d00049123ee69c656729177858108dec81982 (patch)
tree0b588ffe4ebdba57e94ccdd4a14e11c2006b43f3 /core/css
parentbdba88d7f6d793113161fde035ee33a223746762 (diff)
downloadnextcloud-server-225d00049123ee69c656729177858108dec81982.tar.gz
nextcloud-server-225d00049123ee69c656729177858108dec81982.zip
I don't always test my code. But when I do, I do it in production.
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 5379213648f..bafce16cc85 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -64,8 +64,8 @@ legend { padding:.2em; font-size:1.2em; }
/* CONTENT ------------------------------------------------------------------ */
#controls { width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
#content { margin:3.5em 0 0 12.5em; padding-bottom:10em; }
-#leftcontent { position:absolute; top:6.5em; width:20em; background:#f8f8f8; height:100%; border-right:1px solid #ddd; }
-#rightcontent { position:absolute; top:6.5em; left:33em; }
+#leftcontent { position:absolute; top:6.4em; width:20em; background:#f8f8f8; height:100%; border-right:1px solid #ddd; }
+#rightcontent { position:absolute; top:6.4em; left:33em; }
/* LOG IN & INSTALLATION ------------------------------------------------------------ */
#body-login { background:#ddd; }