system.maintenance.css 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. * Authorize.php styles
  26. */
  27. #edit-submit-connection {
  28. clear: both;
  29. }
  30. #edit-submit-process,
  31. .filetransfer {
  32. display: none;
  33. clear: both;
  34. }
  35. .js #edit-submit-connection {
  36. display: none;
  37. }
  38. .js #edit-submit-process {
  39. display: block;
  40. }
  41. #edit-connection-settings-change-connection-type {
  42. margin: 2.6em 0.5em 0 1em; /* LTR */
  43. }
  44. [dir="rtl"] #edit-connection-settings-change-connection-type {
  45. margin-left: 0.5em;
  46. margin-right: 1em;
  47. }
  48. /**
  49. * Theme maintenance styles
  50. */
  51. .authorize-results__failure {
  52. font-weight: bold;
  53. }