2013-09-27 20:30:59 +04:00
|
|
|
.table {
|
|
|
|
display: table;
|
2013-10-04 18:33:37 +04:00
|
|
|
width: 60%;
|
2013-09-27 20:30:59 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablecell {
|
|
|
|
display: table-cell !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablerow {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablerow input, .tablerow textarea {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablerow textarea {
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
2013-10-04 18:44:26 +04:00
|
|
|
.invisible {
|
2013-09-27 20:30:59 +04:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ldapSettingsTabs {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ldapWizardControls {
|
|
|
|
width: 60%;
|
2013-08-14 18:38:25 +04:00
|
|
|
text-align: right;
|
2012-08-06 19:25:59 +04:00
|
|
|
}
|
|
|
|
|
2013-09-27 20:30:59 +04:00
|
|
|
.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 {
|
2013-08-15 14:45:37 +04:00
|
|
|
width: 60%;
|
2013-09-27 20:30:59 +04:00
|
|
|
display: table;
|
2012-12-14 03:29:15 +04:00
|
|
|
}
|
|
|
|
|
2013-09-27 20:30:59 +04:00
|
|
|
#ldapWizard1 .hostPortCombinator div span {
|
|
|
|
width: 7%;
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ldapWizard1 .host {
|
|
|
|
width: 96.5% !important;
|
2013-08-14 18:38:25 +04:00
|
|
|
}
|
|
|
|
|
2013-10-04 18:33:37 +04:00
|
|
|
.tableCellInput {
|
|
|
|
margin-left: -40%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableCellLabel {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 25%;
|
|
|
|
}
|
|
|
|
|
2013-05-07 21:31:51 +04:00
|
|
|
.ldapIndent {
|
|
|
|
margin-left: 50px;
|
|
|
|
}
|
|
|
|
|
2012-12-14 03:29:15 +04:00
|
|
|
.ldapwarning {
|
|
|
|
margin-left: 1.4em;
|
|
|
|
color: #FF3B3B;
|
2013-08-18 13:02:08 +04:00
|
|
|
}
|
2013-09-27 20:30:59 +04:00
|
|
|
|
|
|
|
#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;
|
2013-10-04 18:33:37 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
select[multiple=multiple] + button {
|
|
|
|
height: 28px;
|
|
|
|
padding-top: 6px !important;
|
|
|
|
min-width: 40%;
|
|
|
|
max-width: 40%;
|
2013-09-27 20:30:59 +04:00
|
|
|
}
|