comparison core/modules/system/css/system.maintenance.css @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children af1871eacc83
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 /**
2 * Update styles
3 */
4 .update-results {
5 margin-top: 3em;
6 padding: 0.25em;
7 border: 1px solid #ccc;
8 background: #eee;
9 font-size: smaller;
10 }
11 .update-results h2 {
12 margin-top: 0.25em;
13 }
14 .update-results h4 {
15 margin-bottom: 0.25em;
16 }
17 .update-results .none {
18 color: #888;
19 font-style: italic;
20 }
21 .update-results .failure strong {
22 color: #b63300;
23 }
24
25 /**
26 * Authorize.php styles
27 */
28 #edit-submit-connection {
29 clear: both;
30 }
31 #edit-submit-process,
32 .filetransfer {
33 display: none;
34 clear: both;
35 }
36 .js #edit-submit-connection {
37 display: none;
38 }
39 .js #edit-submit-process {
40 display: block;
41 }
42
43 #edit-connection-settings-change-connection-type {
44 margin: 2.6em 0.5em 0 1em; /* LTR */
45 }
46 [dir="rtl"] #edit-connection-settings-change-connection-type {
47 margin-left: 0.5em;
48 margin-right: 1em;
49 }
50
51 /**
52 * Theme maintenance styles
53 */
54 .authorize-results__failure {
55 font-weight: bold;
56 }