config.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. .env-check {
  2. font-size: 90%;
  3. margin: 1em 0 1em 2.5em;
  4. }
  5. .config-section {
  6. margin-top: 2em;
  7. }
  8. .config-block {
  9. margin-top: 2em;
  10. display: block;
  11. }
  12. .config-block-label {
  13. display: block;
  14. margin-bottom: 0.2em;
  15. }
  16. .config-block-label label,
  17. .config-label {
  18. font-weight: bold;
  19. padding-right: 0.5em;
  20. padding-top: 0.2em;
  21. }
  22. .config-block-elements {
  23. margin-left: 2em;
  24. }
  25. .config-block-elements li {
  26. list-style: none;
  27. }
  28. .config-input {
  29. clear: left;
  30. zoom: 100%; /* IE hack */
  31. }
  32. .config-page-wrapper {
  33. padding: 0.5em;
  34. }
  35. .config-page-list {
  36. float: right;
  37. width: 12em;
  38. border: 1px solid #aaa;
  39. background: #fff;
  40. padding: 0.5em;
  41. /* 3em left margin to leave space between the list and the page-content */
  42. margin: 0.5em 0.5em 0.5em 3.5em;
  43. }
  44. .config-page {
  45. padding: 0.5em 0.5em 0.5em 2em;
  46. margin: 0.5em 0.5em 0.5em 0.5em;
  47. background: #eee;
  48. }
  49. .config-submit {
  50. clear: left;
  51. text-align: center;
  52. padding: 1em;
  53. }
  54. .config-submit input {
  55. margin-left: 0.5em;
  56. margin-right: 0.5em;
  57. }
  58. .config-page-disabled {
  59. color: #aaa;
  60. }
  61. .config-error-box {
  62. border: 2px solid #f00;
  63. }
  64. .config-page-current {
  65. font-weight: bold;
  66. }
  67. .config-message {
  68. display: list-item;
  69. line-height: 1.5em;
  70. /* @embed */
  71. list-style-image: url( images/bullet.gif );
  72. list-style-type: square;
  73. }
  74. .config-input-text {
  75. width: 20em;
  76. margin-right: 1em;
  77. }
  78. .config-input-check {
  79. margin-left: 10em;
  80. }
  81. .config-skins-item {
  82. /* Clearfix */
  83. clear: left;
  84. overflow: hidden;
  85. }
  86. .config-skins-item .config-input-check {
  87. margin-left: 10em;
  88. width: 20em;
  89. float: left;
  90. }
  91. .config-skins-item .config-skins-use-as-default {
  92. float: left;
  93. }
  94. .error {
  95. color: #f00;
  96. background-color: #fff;
  97. font-weight: bold;
  98. left: 1em;
  99. font-size: 100%;
  100. }
  101. .config-settings-block {
  102. list-style-type: none;
  103. list-style-image: none;
  104. margin: 0;
  105. padding: 0;
  106. }
  107. .btn-install {
  108. font-weight: bold;
  109. font-size: 110%;
  110. padding: 0.2em 0.3em;
  111. }
  112. .success-message {
  113. font-weight: bold;
  114. font-size: 110%;
  115. color: #008000;
  116. }
  117. .success-box {
  118. font-size: 130%;
  119. }
  120. .config-cc-wrapper {
  121. clear: left;
  122. /* If you change this height, also change it in WebInstallerOptions::submitCC() */
  123. height: 54em;
  124. }
  125. .config-plainlink a {
  126. background: none !important; /* stylelint-disable-line declaration-no-important */
  127. padding: 0 !important; /* stylelint-disable-line declaration-no-important */
  128. }
  129. .config-download-link {
  130. font-size: 1.8em;
  131. margin-left: 2em;
  132. }
  133. .config-download-link a {
  134. background: url( images/download-32.png ) no-repeat center left;
  135. padding-left: 40px; /* 32 px for the image (above), plus some breathing room */
  136. height: 32px; /* provide enough vertical room for the image */
  137. display: inline-block; /* allow the height property (above) to work */
  138. line-height: 32px; /* center the text vertically */
  139. }
  140. #config-live-log {
  141. overflow: hidden;
  142. min-width: 20em;
  143. }
  144. /* Hide empty live-log textarea */
  145. #config-live-log textarea:empty {
  146. display: none;
  147. }
  148. /* tooltip styles */
  149. .config-help-field-hint {
  150. display: none;
  151. margin-left: 2px;
  152. margin-bottom: -8px;
  153. padding: 0 0 0 15px;
  154. /* @embed */
  155. background-image: url( images/help-question.gif );
  156. background-position: left center;
  157. background-repeat: no-repeat;
  158. cursor: pointer;
  159. font-size: 0.8em;
  160. text-decoration: underline;
  161. color: #0645ad;
  162. }
  163. .config-help-field-hint:hover {
  164. /* @embed */
  165. background-image: url( images/help-question-hover.gif );
  166. }
  167. .config-help-field-data {
  168. display: block;
  169. background-color: #d6f3ff;
  170. padding: 5px 8px 4px 8px;
  171. border: 1px solid #5dc9f4;
  172. margin-left: 20px;
  173. }