settings.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .table {
  2. display: table;
  3. width: 60%;
  4. }
  5. .tablerow {
  6. display: table-row;
  7. white-space: nowrap;
  8. text-align: left;
  9. }
  10. .tablerow input, .tablerow textarea {
  11. width: 100% !important;
  12. }
  13. .tablerow textarea {
  14. height: 15px;
  15. }
  16. #ldap .tablerow label {
  17. margin-left: 3px;
  18. }
  19. .invisible {
  20. visibility: hidden;
  21. }
  22. .ldapSettingsTabs {
  23. float: right !important;
  24. }
  25. .ldapWizardControls {
  26. width: 60%;
  27. text-align: right;
  28. }
  29. .ldapWizardInfo {
  30. width: 100% !important;
  31. height: 50px;
  32. background-color: lightyellow;
  33. border-radius: 8px;
  34. padding: 10px 8px 6px !important;
  35. margin-bottom: 5px;
  36. }
  37. #ldapWizard1 .hostPortCombinator {
  38. width: 60%;
  39. display: table;
  40. }
  41. #ldapWizard1 .hostPortCombinator div span {
  42. width: 7%;
  43. display: table-cell;
  44. text-align: right;
  45. }
  46. #ldapWizard1 .host {
  47. width: 96.5% !important;
  48. }
  49. .tableCellInput {
  50. margin-left: -40%;
  51. width: 100%;
  52. }
  53. .tableCellLabel {
  54. text-align: right;
  55. padding-right: 25%;
  56. }
  57. .ldapIndent {
  58. margin-left: 50px;
  59. }
  60. .ldapwarning {
  61. margin-left: 22px;
  62. color: #FF3B3B;
  63. }
  64. .wizSpinner {
  65. height: 15px;
  66. margin: 5px;
  67. }
  68. .ldap_count {
  69. line-height: 45px;
  70. }
  71. .ldapSettingControls {
  72. margin-top: 3px;
  73. }
  74. #ldap fieldset p label {
  75. width: 20%;
  76. max-width: 200px;
  77. display: inline-block;
  78. vertical-align: top;
  79. text-align: right;
  80. padding-top: 9px;
  81. padding-right: 5px;
  82. }
  83. #ldap fieldset input[type=submit] {
  84. width: auto;
  85. }
  86. #ldap fieldset input, #ldap fieldset textarea {
  87. width: 60%;
  88. }
  89. #ldap fieldset p input[type=checkbox] {
  90. vertical-align: bottom;
  91. }
  92. #ldap input[type=checkbox] {
  93. width: 15px !important;
  94. }
  95. select[multiple=multiple] + button {
  96. height: 28px;
  97. padding-top: 6px !important;
  98. min-width: 40%;
  99. max-width: 40%;
  100. }
  101. .save-cursor {
  102. cursor: wait;
  103. }
  104. #ldap .ldap_saving {
  105. margin-right: 15px;
  106. color: orange;
  107. font-weight: bold;
  108. }
  109. #ldap .ldap_saving img { height: 15px; }
  110. .ldap_config_state_indicator_sign {
  111. display: inline-block;
  112. height: 16px;
  113. width: 16px;
  114. vertical-align: text-bottom;
  115. }
  116. .ldap_config_state_indicator_sign.success {
  117. background: #37ce02;
  118. border-radius: 8px;
  119. }
  120. .ldap_config_state_indicator_sign.error {
  121. background: #ce3702;
  122. }
  123. .ldap_grey {
  124. color: #777;
  125. }
  126. .outoftheway {
  127. position: absolute;
  128. left: -2000px;
  129. }