diff options
author | Erik Pellikka <erik@pellikka.org> | 2016-01-12 18:00:04 +0200 |
---|---|---|
committer | ErikPel <erik@pellikka.org> | 2016-01-13 11:18:59 +0200 |
commit | af57fe59b99ca9f4741bf6a27352590f59a99e78 (patch) | |
tree | 03d8e551349939127f09342785e0b08c78e6639d /core/css/jquery.ocdialog.css | |
parent | 6ca24d53ea8fd434ef0f3fb253c720173b19cf27 (diff) | |
download | nextcloud-server-af57fe59b99ca9f4741bf6a27352590f59a99e78.tar.gz nextcloud-server-af57fe59b99ca9f4741bf6a27352590f59a99e78.zip |
Fixed #21542
Changed to 5 pixel
Diffstat (limited to 'core/css/jquery.ocdialog.css')
-rw-r--r-- | core/css/jquery.ocdialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index bada0b73a5e..b241dcfea6f 100644 --- a/core/css/jquery.ocdialog.css +++ b/core/css/jquery.ocdialog.css @@ -26,7 +26,7 @@ background: white; float: right; position: relative; - bottom: 0; + bottom: 5px; display: block; margin-top: 10px; width: 100%; |