summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-01-18 14:22:56 +0100
committerMorris Jobke <morris.jobke@gmail.com>2014-01-18 14:22:56 +0100
commitce0cbbd7bc634927bce0b3b4929d0334cf0fe28f (patch)
tree51aa7f0bd9bbfd9eaee7216b5ac6adb555988001 /core
parent9edbd142a2100c05fb0a412f33c9ab37c1674160 (diff)
downloadnextcloud-server-ce0cbbd7bc634927bce0b3b4929d0334cf0fe28f.tar.gz
nextcloud-server-ce0cbbd7bc634927bce0b3b4929d0334cf0fe28f.zip
remove comment & add space
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1fe40f987e6..c77e7a99d32 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -229,7 +229,6 @@ input[type="submit"].enabled {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
- /*top: 45px;*/
right: 0;
left: 0;
height: 44px;
@@ -265,7 +264,7 @@ input[type="submit"].enabled {
top: 45px;
}
#content-wrapper {
- position:absolute; height:100%; width:100%; padding-left:80px;padding-top: 45px;
+ position:absolute; height:100%; width:100%; padding-left:80px; padding-top: 45px;
-moz-box-sizing:border-box; box-sizing:border-box;
}
#leftcontent, .leftcontent {