1
0

settings.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. .table {
  2. display: table;
  3. width: 85%;
  4. }
  5. .inlinetable {
  6. display: inline-table;
  7. vertical-align: bottom;
  8. }
  9. .tablerow {
  10. display: table-row;
  11. white-space: nowrap;
  12. text-align: left;
  13. }
  14. .tablerow input, .tablerow textarea {
  15. width: 100% !important;
  16. }
  17. .tablerow textarea {
  18. height: 15px;
  19. }
  20. #ldap .tablerow label {
  21. margin-left: 3px;
  22. }
  23. .ldapIconCopy {
  24. background-image: url('../img/copy.svg');
  25. }
  26. .invisible {
  27. visibility: hidden;
  28. }
  29. .forceHidden {
  30. display: none !important;
  31. }
  32. .ldapSettingsTabs {
  33. float: right !important;
  34. }
  35. .ldapWizardControls {
  36. width: 60%;
  37. text-align: right;
  38. }
  39. .ldapWizardInfo {
  40. width: 100% !important;
  41. height: 50px;
  42. background-color: lightyellow;
  43. border-radius: 8px;
  44. padding: 10px 8px 6px !important;
  45. margin-bottom: 5px;
  46. }
  47. #ldapWizard1 .hostPortCombinator {
  48. width: 60%;
  49. display: table;
  50. }
  51. #ldapWizard1 .hostPortCombinatorSpan {
  52. width: 14.5%;
  53. display: inline-block;
  54. text-align: right;
  55. }
  56. #ldapWizard1 .host {
  57. width: 100%;
  58. margin-left: 0;
  59. margin-right: 0;
  60. }
  61. .tableCellInput {
  62. margin-left: -40%;
  63. width: 100%;
  64. }
  65. .tableCellLabel {
  66. text-align: right;
  67. padding-right: 25%;
  68. }
  69. .ldapIndent {
  70. margin-left: 50px;
  71. }
  72. .ldapwarning {
  73. margin-left: 22px;
  74. color: #FF3B3B;
  75. }
  76. .ldapSpinner {
  77. height: 15px;
  78. margin: 5px;
  79. }
  80. .ldap_count {
  81. line-height: 45px;
  82. }
  83. .ldapSettingControls {
  84. margin-top: 3px;
  85. }
  86. #ldap fieldset p label {
  87. width: 20%;
  88. max-width: 200px;
  89. display: inline-block;
  90. vertical-align: top;
  91. text-align: right;
  92. padding-top: 9px;
  93. padding-right: 5px;
  94. }
  95. #ldap fieldset input[type=submit] {
  96. width: auto;
  97. }
  98. .ldapManyGroupsSupport .buttonSpan {
  99. display: inline-block;
  100. vertical-align: top;
  101. height: 150px;
  102. }
  103. .ldapManyGroupsSupport .buttonSpan button {
  104. margin-top: 35px;
  105. }
  106. .ldapManyGroupsSearch {
  107. width: 425px !important;
  108. }
  109. .ldapGroupList {
  110. height: 150px;
  111. width: 200px;
  112. }
  113. #ldap fieldset input, #ldap fieldset textarea {
  114. width: 60%;
  115. }
  116. #ldap fieldset textarea ~ button {
  117. vertical-align: text-bottom;
  118. }
  119. input.ldapVerifyInput {
  120. width: 150px !important;
  121. }
  122. .ldapInputColElement {
  123. width: 35%;
  124. display: inline-block;
  125. padding-left: 10px;
  126. }
  127. .ldapToggle {
  128. text-decoration: underline;
  129. }
  130. span.ldapInputColElement {
  131. margin-top: 9px;
  132. }
  133. #ldap fieldset p input[type=checkbox] {
  134. vertical-align: bottom;
  135. }
  136. #ldap input[type=checkbox] {
  137. width: 15px !important;
  138. }
  139. select[multiple=multiple] + button {
  140. height: 28px;
  141. padding-top: 6px !important;
  142. min-width: 40%;
  143. max-width: 40%;
  144. }
  145. .save-cursor {
  146. cursor: wait;
  147. }
  148. #ldap .ldap_saving {
  149. margin-right: 15px;
  150. color: orange;
  151. font-weight: bold;
  152. }
  153. #ldap .ldap_saving img { height: 15px; }
  154. .ldap_config_state_indicator_sign {
  155. display: inline-block;
  156. height: 16px;
  157. width: 16px;
  158. vertical-align: text-bottom;
  159. }
  160. .ldap_config_state_indicator_sign.success {
  161. background: #37ce02;
  162. border-radius: 8px;
  163. }
  164. .ldap_config_state_indicator_sign.error {
  165. background: #ce3702;
  166. }
  167. .ldap_grey {
  168. color: #777;
  169. }
  170. #ldapSettings {
  171. background-color: white;
  172. padding: 0;
  173. }
  174. #ldapSettings > fieldset {
  175. background-color: white;
  176. }
  177. #ldapSettings ul.ui-tabs-nav .ui-tabs-active,
  178. #ldapSettings ul.ui-tabs-nav .ui-tabs-active > a {
  179. background-color: white;
  180. }
  181. #ldapSettings div.ui-accordion-content {
  182. background: white;
  183. }