settings.css 3.2 KB

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