Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-27 14:28:01 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-27 14:28:01 +0400
commit6fbc73e673206609eebd1c66181036ddd142f4f9 (patch)
tree7e12566ff3795f4462cf6c556b4df0ed67ed95f7 /core
parent1d3da8b0eda0b7f01f8bb6157e223ccc8aa876a7 (diff)
parentfea1cc82e87ec46e3b124dbbee6ab2751dc4759f (diff)
Merge pull request #5152 from owncloud/files-em-to-px
Converts em to px values for styles in Files.
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 29fcdd45738..03eb76ddce5 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -264,7 +264,7 @@ input[type="submit"].enabled {
top: 45px;
}
#content-wrapper {
- position:absolute; height:100%; width:100%; padding-top:3.5em; padding-left:80px;
+ position:absolute; height:100%; width:100%; padding-left:80px; padding-top: 45px;
-moz-box-sizing:border-box; box-sizing:border-box;
}
#leftcontent, .leftcontent {