equal
deleted
inserted
replaced
|
1 |
|
2 /** |
|
3 * Update styles |
|
4 */ |
|
5 #update-results { |
|
6 margin-top: 3em; |
|
7 padding: 0.25em; |
|
8 border: 1px solid #ccc; |
|
9 background: #eee; |
|
10 font-size: smaller; |
|
11 } |
|
12 #update-results h2 { |
|
13 margin-top: 0.25em; |
|
14 } |
|
15 #update-results h4 { |
|
16 margin-bottom: 0.25em; |
|
17 } |
|
18 #update-results li.none { |
|
19 color: #888; |
|
20 font-style: italic; |
|
21 } |
|
22 #update-results li.failure strong { |
|
23 color: #b63300; |
|
24 } |
|
25 |
|
26 /** |
|
27 * Authorize.php styles |
|
28 */ |
|
29 .connection-settings-update-filetransfer-default-wrapper { |
|
30 float: left; |
|
31 } |
|
32 #edit-submit-connection { |
|
33 clear: both; |
|
34 } |
|
35 .filetransfer { |
|
36 display: none; |
|
37 clear: both; |
|
38 } |
|
39 #edit-connection-settings-change-connection-type { |
|
40 margin: 2.6em 0.5em 0em 1em; |
|
41 } |
|
42 |
|
43 /** |
|
44 * Installation task list |
|
45 */ |
|
46 ol.task-list li.active { |
|
47 font-weight: bold; |
|
48 } |
|
49 |
|
50 /** |
|
51 * Installation clean URLs |
|
52 */ |
|
53 #clean-url.install { |
|
54 display: none; |
|
55 } |