system.maintenance.css
Same filename in this branch
Same filename and directory in other branches
- 11.x core/themes/stable9/css/system/system.maintenance.css
- 11.x core/modules/system/css/system.maintenance.css
- 7.x modules/system/system.maintenance.css
- 9 core/themes/stable9/css/system/system.maintenance.css
- 9 core/themes/stable/css/system/system.maintenance.css
- 9 core/modules/system/css/system.maintenance.css
- 8.9.x core/themes/stable/css/system/system.maintenance.css
- 8.9.x core/modules/system/css/system.maintenance.css
/**
* 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;
}
File
-
core/
themes/ stable9/ css/ system/ system.maintenance.css
View source
- /**
- * 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.