config.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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: .2em;
  15. }
  16. .config-block-label label, .config-label {
  17. font-weight: bold;
  18. padding-right: .5em;
  19. padding-top: .2em;
  20. }
  21. .config-block-elements {
  22. margin-left: 2em;
  23. }
  24. .config-block-elements li {
  25. list-style: none;
  26. }
  27. .config-input {
  28. clear: left;
  29. zoom: 100%; /* IE hack */
  30. }
  31. .config-page-wrapper {
  32. padding: 0.5em;
  33. }
  34. .config-page-list {
  35. float: right;
  36. width: 12em;
  37. border: 1px solid #aaa;
  38. background: #fff;
  39. padding: 0.5em;
  40. /* 3em left margin to leave space between the list and the page-content */
  41. margin: 0.5em 0.5em 0.5em 3.5em;
  42. }
  43. .config-page {
  44. padding: 0.5em 0.5em 0.5em 2em;
  45. margin: 0.5em 0.5em 0.5em 0.5em;
  46. background: #eee;
  47. }
  48. .config-submit {
  49. clear: left;
  50. text-align: center;
  51. padding: 1em;
  52. }
  53. .config-submit input {
  54. margin-left: 0.5em;
  55. margin-right: 0.5em;
  56. }
  57. .config-page-disabled {
  58. color: #aaa;
  59. }
  60. .config-error-box {
  61. border: 2px solid #f00;
  62. }
  63. .config-page-current {
  64. font-weight: bold;
  65. }
  66. .config-message {
  67. display: list-item;
  68. line-height: 1.5em;
  69. /* @embed */
  70. list-style-image: url(images/bullet.gif);
  71. list-style-type: square;
  72. }
  73. .config-input-text {
  74. width: 20em;
  75. margin-right: 1em;
  76. }
  77. .config-input-check {
  78. margin-left: 10em;
  79. }
  80. .config-skins-item {
  81. /* Clearfix */
  82. clear: left;
  83. overflow: hidden;
  84. }
  85. .config-skins-item .config-input-check {
  86. margin-left: 10em;
  87. width: 20em;
  88. float: left;
  89. }
  90. .config-skins-item .config-skins-use-as-default {
  91. float: left;
  92. }
  93. .error {
  94. color: red;
  95. background-color: #fff;
  96. font-weight: bold;
  97. left: 1em;
  98. font-size: 100%;
  99. }
  100. .config-settings-block {
  101. list-style-type: none;
  102. list-style-image: none;
  103. margin: 0;
  104. padding: 0;
  105. }
  106. .btn-install {
  107. font-weight: bold;
  108. font-size: 110%;
  109. padding: .2em .3em;
  110. }
  111. .success-message {
  112. font-weight: bold;
  113. font-size: 110%;
  114. color: green;
  115. }
  116. .success-box {
  117. font-size: 130%;
  118. }
  119. .config-cc-wrapper {
  120. clear: left;
  121. /* If you change this height, also change it in WebInstallerOptions::submitCC() */
  122. height: 54em;
  123. }
  124. .config-plainlink a {
  125. background: none !important;
  126. padding: 0 !important;
  127. }
  128. .config-download-link {
  129. font-size: 1.8em;
  130. margin-left: 2em;
  131. }
  132. .config-download-link a {
  133. background: url(images/download-32.png) no-repeat center left;
  134. padding-left: 40px; /* 32 px for the image (above), plus some breathing room */
  135. height: 32px; /* provide enough vertical room for the image */
  136. display: inline-block; /* allow the height property (above) to work */
  137. line-height: 32px; /* center the text vertically */
  138. }
  139. #config-live-log {
  140. overflow: hidden;
  141. min-width: 20em;
  142. }