settings.css 3.0 KB

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