diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 10:53:56 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 10:53:56 +0100 |
commit | 3d4ec16a5f4f51bd71fee28fa9ea6b0dec00560b (patch) | |
tree | 06cb9044175daa0b59139c11d59c255ab20f946d /core | |
parent | cddc1ae9cb950c3691e73291f3b6089a7fab05aa (diff) | |
parent | af57fe59b99ca9f4741bf6a27352590f59a99e78 (diff) | |
download | nextcloud-server-3d4ec16a5f4f51bd71fee28fa9ea6b0dec00560b.tar.gz nextcloud-server-3d4ec16a5f4f51bd71fee28fa9ea6b0dec00560b.zip |
Merge pull request #21659 from ErikPel/cssfix
Fixed #21542
Diffstat (limited to 'core')
-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%; |