diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-02-06 16:56:26 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-02-06 16:56:26 +0100 |
commit | 2d77c7c0fdc49e4386994117eef35da2ad12aa4d (patch) | |
tree | 543fe5f958b8962ea0f5c86ba4b060c730eed3aa /core | |
parent | b06ac67e07512fbf1b12e586bc73d7569aec9e24 (diff) | |
download | nextcloud-server-2d77c7c0fdc49e4386994117eef35da2ad12aa4d.tar.gz nextcloud-server-2d77c7c0fdc49e4386994117eef35da2ad12aa4d.zip |
Reduce top position for content below controls.
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 02300ff4cd3..39212a6799f 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -130,7 +130,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b #controls .button { display:inline-block; } #content { position:relative; height:100%; width:100%; } -#content .hascontrols { position: relative; top: 3em; } +#content .hascontrols { position: relative; top: 2.9em; } #content-wrapper { position:absolute; height:100%; width:100%; padding-top:3.5em; padding-left:64px; -moz-box-sizing:border-box; box-sizing:border-box; |