summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/system/css/system.maintenance.css
blob: efecda7e84808cccef8a22477887c9b0ccfcc658 (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/**
 * Update styles
 */
.update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller;
}
.update-results h2 {
  margin-top: 0.25em;
}
.update-results h4 {
  margin-bottom: 0.25em;
}
.update-results .none {
  color: #888;
  font-style: italic;
}
.update-results .failure strong {
  color: #b63300;
}

/**
 * Authorize.php styles
 */
#edit-submit-connection {
  clear: both;
}
#edit-submit-process,
.filetransfer {
  display: none;
  clear: both;
}
.js #edit-submit-connection {
  display: none;
}
.js #edit-submit-process {
  display: block;
}

#edit-connection-settings-change-connection-type {
  margin: 2.6em 0.5em 0 1em; /* LTR */
}
[dir="rtl"] #edit-connection-settings-change-connection-type {
  margin-right: 1em;
  margin-left: 0.5em;
}

/**
 * Theme maintenance styles
 */
.authorize-results__failure {
  font-weight: bold;
}