summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/authenticate.css
blob: 55a40cf508daead7cbca8f06200bdcd28114277b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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;
}