summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r--apps/user_ldap/css/settings.css79
1 files changed, 68 insertions, 11 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 6086c7b74e6..aa6c4687cf9 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -1,20 +1,58 @@
-#ldap fieldset p label {
- width: 20%;
- max-width: 200px;
- display: inline-block;
- vertical-align: top;
+.table {
+ display: table;
+}
+
+.tablecell {
+ display: table-cell !important;
+}
+
+.tablerow {
+ display: table-row;
+}
+
+.tablerow input, .tablerow textarea {
+ width: 100% !important;
+}
+
+.tablerow textarea {
+ height: 15px;
+}
+
+.hidden {
+ visibility: hidden;
+}
+
+.ldapSettingsTabs {
+ float: right !important;
+}
+
+.ldapWizardControls {
+ width: 60%;
text-align: right;
- padding-top: 9px;
- padding-right: 5px;
}
-#ldap fieldset input, #ldap fieldset textarea {
+.ldapWizardInfo {
+ width: 100% !important;
+ height: 50px;
+ background-color: lightyellow;
+ border-radius: 0.5em;
+ padding: 0.6em 0.5em 0.4em !important;
+ margin-bottom: 0.3em;
+}
+
+#ldapWizard1 .hostPortCombinator {
width: 60%;
- display: inline-block;
+ display: table;
}
-#ldap fieldset p input[type=checkbox] {
- vertical-align: bottom;
+#ldapWizard1 .hostPortCombinator div span {
+ width: 7%;
+ display: table-cell;
+ text-align: right;
+}
+
+#ldapWizard1 .host {
+ width: 96.5% !important;
}
.ldapIndent {
@@ -25,3 +63,22 @@
margin-left: 1.4em;
color: #FF3B3B;
}
+
+#ldap fieldset p label {
+ width: 20%;
+ max-width: 200px;
+ display: inline-block;
+ vertical-align: top;
+ text-align: right;
+ padding-top: 9px;
+ padding-right: 5px;
+}
+
+#ldap fieldset input, #ldap fieldset textarea {
+ width: 60%;
+ display: inline-block;
+}
+
+#ldap fieldset p input[type=checkbox] {
+ vertical-align: bottom;
+} \ No newline at end of file