summaryrefslogtreecommitdiffstats
path: root/core/css/update.css
blob: b1e086af3fd2d0f6c9ba4d32052dd2f07667291d (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
#update-progress-icon {
	height: 32px;
	margin: 10px;
	background-size: 32px;
}

#update-progress-message {
	margin-bottom: 10px;
}

.update-show-detailed {
	padding: 13px;
	display: block;
}

#body-login .update a.update-show-detailed {
	border-bottom: inherit;
}

#update-progress-detailed {
	text-align: left;
}

#body-login .warning.hidden {
	display: none;
}