You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.css 1.8KB

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