syncSetup.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. wizard {
  5. -moz-appearance: none;
  6. width: 55em;
  7. height: 45em;
  8. padding: 0;
  9. background-color: Window;
  10. }
  11. .wizard-page-box {
  12. -moz-appearance: none;
  13. padding-left: 0;
  14. padding-right: 0;
  15. margin: 0;
  16. }
  17. wizardpage {
  18. -moz-box-pack: center;
  19. -moz-box-align: center;
  20. margin: 0;
  21. padding: 0 6em;
  22. background-color: Window;
  23. }
  24. .wizard-header {
  25. -moz-appearance: none;
  26. border: none;
  27. padding: 2em 0 1em 0;
  28. text-align: center;
  29. }
  30. .wizard-header-label {
  31. font-size: 24pt;
  32. font-weight: normal;
  33. }
  34. .wizard-buttons {
  35. background-color: rgba(0,0,0,0.1);
  36. padding: 1em;
  37. }
  38. .wizard-buttons-separator {
  39. visibility: collapse;
  40. }
  41. .wizard-header-icon {
  42. visibility: collapse;
  43. }
  44. .accountChoiceButton {
  45. font: menu;
  46. }
  47. .confirm {
  48. border: 1px solid black;
  49. padding: 1em;
  50. border-radius: 5px;
  51. }
  52. /* Override the text-link style from global.css */
  53. description > .text-link,
  54. description > .text-link:focus {
  55. margin: 0px;
  56. padding: 0px;
  57. border: 0px;
  58. }
  59. .success,
  60. .error {
  61. padding: 2px;
  62. border-radius: 2px;
  63. }
  64. .error {
  65. background-color: #FF0000 !important;
  66. color: #FFFFFF !important;
  67. }
  68. .success {
  69. background-color: #00FF00 !important;
  70. }
  71. .warning {
  72. font-weight: bold;
  73. font-size: 100%;
  74. color: red;
  75. }
  76. .mainDesc {
  77. font-weight: bold;
  78. font-size: 100%;
  79. }
  80. .normal {
  81. font-size: 100%;
  82. }
  83. .inputColumn {
  84. margin-inline-end: 2px
  85. }
  86. .pin {
  87. font-size: 18pt;
  88. width: 4em;
  89. text-align: center;
  90. }
  91. #passphraseHelpSpacer {
  92. width: 0.5em;
  93. }
  94. #pairDeviceThrobber > image,
  95. #login-throbber > image {
  96. list-style-image: url("chrome://global/skin/icons/loading_16.png");
  97. }
  98. #captchaFeedback {
  99. visibility: hidden;
  100. }
  101. #successPageIcon {
  102. /* TODO replace this with a 128px version (bug 591122) */
  103. list-style-image: url("chrome://browser/skin/sync-32.png");
  104. }