diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-07 00:22:02 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-07 00:22:02 +0200 |
commit | e1286a4151c1ad2c2cbdbd16255a4eaa16254776 (patch) | |
tree | 4635fbb83ad80be354e1168ad5bf0af251455e1c /core | |
parent | e7b2da79ecd17cba4dff7fa47b6d4ff71ba8c54e (diff) | |
download | nextcloud-server-e1286a4151c1ad2c2cbdbd16255a4eaa16254776.tar.gz nextcloud-server-e1286a4151c1ad2c2cbdbd16255a4eaa16254776.zip |
fix footer in public gallery
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ee61fc86e31..3d68a591522 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -404,8 +404,7 @@ input[type="submit"].enabled { width: 100%; } #content .hascontrols { - position: relative; - top: 45px; + margin-top: 45px; } #content-wrapper { position: absolute; |