settings.css 1.4 KB

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