summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 16:05:13 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 16:05:13 +0200
commit338e350e0f3cc23bc99f7f90c5ee479ef077d706 (patch)
tree324ac4b27f64477e71fed3f051c26c154e31053e /core/css
parent3e3488139ecd112e192e977dc7b4e1d975c471a7 (diff)
downloadnextcloud-server-338e350e0f3cc23bc99f7f90c5ee479ef077d706.tar.gz
nextcloud-server-338e350e0f3cc23bc99f7f90c5ee479ef077d706.zip
removed settings padding
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index cd715a77011..445b434de33 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -65,7 +65,6 @@ legend { padding:.2em; font-size:1.2em; }
/* CONTENT ------------------------------------------------------------------ */
#controls { width:100%; top:3.5em; height:2.9em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:200; -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; }
-#body-settings #content { padding:1em; }
#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; }