forked from strukturag/nextcloud-spreedme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfileselector.css
59 lines (48 loc) · 1.14 KB
/
fileselector.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* Debug */
#debug {
display: none;
}
/* Hide close button of file picker */
.oc-dialog-close {
display: none;
}
/* This is a hack. Without it the select button of the file picker goes crazy. */
#oc-dialog-filepicker-content {
height: initial !important;
}
.oc-dialog.in-iframe {
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
max-height: none !important;
max-width: none !important;
padding: 5px !important;
transform: none !important;
}
.oc-dialog.in-iframe .oc-dialog-title {
display: none;
}
.oc-dialog.in-iframe #oc-dialog-filepicker-content {
width: inherit !important;
}
.oc-dialog.in-iframe ul.filelist {
height: 218px !important;
}
.oc-dialog.in-iframe ul.filelist .filename {
max-width: 72% !important;
}
.oc-dialog.in-iframe ul.filelist .date {
display: block !important;
}
.oc-dialog.in-iframe .filelist-container {
height: 185px !important;
padding-bottom: 0px !important;
}
.oc-dialog.in-iframe table.filelist .filename {
max-width: 330px !important;
}
.oc-dialog.in-iframe table.filelist .filesize,
.oc-dialog.in-iframe table.filelist .date {
display: table-cell !important;
}