summaryrefslogtreecommitdiffstats
path: root/core/css/publicshareauth.css
blob: 2206f21dff67e5a2dd71d8562c2679ea2947f198 (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
form fieldset {
	display: flex !important;
	flex-direction: column;
}

form fieldset > p {
	position: relative;
}

#password {
	margin: 5px 0;
	padding-right: 45px;
	height: 45px;
	box-sizing: border-box;
	flex: 1 1 auto;
	width: 100% !important;
	min-width: 0; /* FF hack for to override default value */
}

input[type='submit'],
input[type='submit'].icon-confirm {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 45px !important;
	height: 45px;
	background-color: transparent !important;
}