summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2016-11-29 17:41:34 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-29 18:36:49 +0100
commit506c9815acdb1ac223a2b40459d29fa32e503aea (patch)
tree6436acce19a7c96f21e65c4500baa4252e9b4076 /core/css/styles.css
parentd86b29b42b93ba535b242bd8949fcf3fee52ce1e (diff)
downloadnextcloud-server-506c9815acdb1ac223a2b40459d29fa32e503aea.tar.gz
nextcloud-server-506c9815acdb1ac223a2b40459d29fa32e503aea.zip
Fix #2408
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 4ab3c6f13f8..625d007c184 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -776,7 +776,6 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
overflow-y: auto;
height: 100%; /** overflow under the button row */
width: 100%;
- padding-bottom: 55px;
}
#oc-dialog-filepicker-content .emptycontent {
@@ -793,6 +792,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
#oc-dialog-filepicker-content #filestable.filelist {
/* prevent the filepicker to overflow */
min-width: initial;
+ margin-bottom: 50px;
}
#oc-dialog-filepicker-content .filelist td {