also fix filepicker for smaller screen sizes
This commit is contained in:
parent
b9468825eb
commit
79305a0476
2 changed files with 10 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue