summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/authenticate.css
blob: 43707c76100be5b6ea18ef09c5b5d4e9688ca35b (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
#password {
	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;
}