diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-27 02:28:01 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-27 02:28:01 -0800 |
commit | 6fbc73e673206609eebd1c66181036ddd142f4f9 (patch) | |
tree | 7e12566ff3795f4462cf6c556b4df0ed67ed95f7 /core | |
parent | 1d3da8b0eda0b7f01f8bb6157e223ccc8aa876a7 (diff) | |
parent | fea1cc82e87ec46e3b124dbbee6ab2751dc4759f (diff) | |
download | nextcloud-server-6fbc73e673206609eebd1c66181036ddd142f4f9.tar.gz nextcloud-server-6fbc73e673206609eebd1c66181036ddd142f4f9.zip |
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.css | 2 |
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 { |