summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-10-07 00:22:02 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-10-07 00:22:02 +0200
commite1286a4151c1ad2c2cbdbd16255a4eaa16254776 (patch)
tree4635fbb83ad80be354e1168ad5bf0af251455e1c /core
parente7b2da79ecd17cba4dff7fa47b6d4ff71ba8c54e (diff)
downloadnextcloud-server-e1286a4151c1ad2c2cbdbd16255a4eaa16254776.tar.gz
nextcloud-server-e1286a4151c1ad2c2cbdbd16255a4eaa16254776.zip
fix footer in public gallery
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 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;