Welcome to mirror list, hosted at ThFree Co, Russian Federation.

public.css « css - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 448b1f4d5104580d4cac9ca3b7efc29b45f91d07 (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
body {
	position: absolute;
	height: 100%;
	width: 100%;
}

#content {
	height: initial;
	min-height: calc( 100vh - 120px );
	overflow: hidden;
}

/* within #save */
#save .save-form {
	position: relative;
}

#remote_address {
	margin: 0;
	width: 130px;
	height: 14px;
	padding: 6px;
	padding-right: 24px;
}

#save #save-button,
#save #save-button-confirm {
	margin: 0 5px;
	height: 28px;
	padding-bottom: 4px;
	line-height: 14px;
}

#save-button-confirm {
	position: absolute;
	background-color: transparent;
	border: none;
	margin: 2px 4px !important;
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

#save-button-confirm:hover,
#save-button-confirm:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#gallery.hascontrols {
	padding-bottom: 0;
}

#loading-indicator {
	height: 32px;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 0;
}