also fix filepicker for smaller screen sizes

This commit is contained in:
Jan-Christoph Borchardt 2014-07-31 17:35:32 +02:00
parent b9468825eb
commit 79305a0476
2 changed files with 10 additions and 1 deletions

View File

@ -152,6 +152,15 @@ table.multiselect thead {
}
/* do not show dates in filepicker */
#oc-dialog-filepicker-content .filelist .date {
display: none;
}
#oc-dialog-filepicker-content .filelist .filename {
max-width: 80%;
}
/* fix controls bar jumping when navigation is slid out */
.snapjs-left #app-navigation-toggle,
.snapjs-left #controls {

View File

@ -206,7 +206,7 @@ var OCdialogs = {
self.$filePicker.ocdialog({
closeOnEscape: true,
width: (4/9)*$(document).width(),
width: (4/5)*$(document).width(),
height: 420,
modal: modal,
buttons: buttonlist,