blob: 12cda3d5bbdd82049306c84493e57899c6fb5c56 (
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
29
30
31
32
33
|
#update-progress-icon {
height: 32px;
margin: 10px;
background-size: 32px;
}
#update-progress-message-error,
#update-progress-message-warnings {
font-weight: 600;
margin-bottom: 10px;
}
#update-progress-message {
margin-bottom: 10px;
}
.update-show-detailed {
padding: 13px;
display: block;
opacity: .75;
}
#body-login .update a.update-show-detailed {
border-bottom: inherit;
}
#update-progress-detailed {
text-align: left;
}
#body-login .warning.hidden {
display: none;
}
|