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

authenticate.css « css - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c215d1d3dd1de5cdd5eba5533cc862813069459 (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
#password {
	width: 190px !important;
	padding: 10px;
	margin: 6px;
}

input[type='submit'] {
	width: 45px;
	height: 45px;
	margin: 6px;
}

#body-login input[type='submit'] {
	position: absolute;
	top: 0;
	border: none;
}

fieldset > p {
	position: relative;
}

#password-icon {
	top: 20px;
}