summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/authenticate.css
blob: ac76d4c68708d4236dc7f3f89b03302011f225ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#password {
	padding: 10px;
	margin:	6px;
}

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

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

fieldset > p {
	position: relative;
}

#password-icon {
	top: 20px;
}