summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/public.css
blob: 8abeb8b0340e27f1053dce7294a94ebbd53c9d71 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#controls {
	left: 0;
}

#filestable {
	margin-top: 90px;
}

#preview {
	background: #fff;
	text-align: center;
	margin: 45px auto 0;
	min-height: 150px;
}

#preview .notCreatable {
	display: none;
}

#noPreview {
	display:none;
	padding-top:80px;
}

footer {
	margin-top: 65px;
}

p.info {
	color: #777;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

p.info a {
	color:#777;
	font-weight:700;
}

#imgframe {
	height:75%;
	padding-bottom:32px;
	padding-top:32px;
	width:80%;
	margin:0 auto;
}

#imgframe img,
#imgframe video {
	max-height:100%;
	max-width:100%;
}

/* some margin for the file type icon */
#imgframe .publicpreview {
	margin-top: 10%;
}



thead {
	padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
}

#data-upload-form {
	position: relative;
	right: 0;
	height: 32px;
	overflow: hidden;
	padding: 0;
	float: right;
	display: inline;
	margin: 0;
}


.directDownload,
.directLink {
	margin-bottom: 20px;
}

/* keep long file names in one line to not overflow download button on mobile */
.directDownload #download {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.directLink label {
	font-weight: normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.directLink input {
	margin-left: 5px;
	width: 300px;
	max-width: 90%;
}