123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- .table {
- display: table;
- width: 60%;
- }
- .tablerow {
- display: table-row;
- white-space: nowrap;
- text-align: left;
- }
- .tablerow input, .tablerow textarea {
- width: 100% !important;
- }
- .tablerow textarea {
- height: 15px;
- }
- #ldap .tablerow label {
- margin-left: 3px;
- }
- .invisible {
- visibility: hidden;
- }
- .ldapSettingsTabs {
- float: right !important;
- }
- .ldapWizardControls {
- width: 60%;
- text-align: right;
- }
- .ldapWizardInfo {
- width: 100% !important;
- height: 50px;
- background-color: lightyellow;
- border-radius: 8px;
- padding: 10px 8px 6px !important;
- margin-bottom: 5px;
- }
- #ldapWizard1 .hostPortCombinator {
- width: 60%;
- display: table;
- }
- #ldapWizard1 .hostPortCombinator div span {
- width: 7%;
- display: table-cell;
- text-align: right;
- }
- #ldapWizard1 .host {
- width: 96.5% !important;
- }
- .tableCellInput {
- margin-left: -40%;
- width: 100%;
- }
- .tableCellLabel {
- text-align: right;
- padding-right: 25%;
- }
- .ldapIndent {
- margin-left: 50px;
- }
- .ldapwarning {
- margin-left: 22px;
- color: #FF3B3B;
- }
- .wizSpinner {
- height: 15px;
- margin: 5px;
- }
- .ldap_count {
- line-height: 45px;
- }
- .ldapSettingControls {
- margin-top: 3px;
- }
- #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[type=submit] {
- width: auto;
- }
- #ldap fieldset input, #ldap fieldset textarea {
- width: 60%;
- }
- #ldap fieldset p input[type=checkbox] {
- vertical-align: bottom;
- }
- #ldap input[type=checkbox] {
- width: 15px !important;
- }
- select[multiple=multiple] + button {
- height: 28px;
- padding-top: 6px !important;
- min-width: 40%;
- max-width: 40%;
- }
- .save-cursor {
- cursor: wait;
- }
- #ldap .ldap_saving {
- margin-right: 15px;
- color: orange;
- font-weight: bold;
- }
- #ldap .ldap_saving img { height: 15px; }
- .ldap_config_state_indicator_sign {
- display: inline-block;
- height: 16px;
- width: 16px;
- vertical-align: text-bottom;
- }
- .ldap_config_state_indicator_sign.success {
- background: #37ce02;
- border-radius: 8px;
- }
- .ldap_config_state_indicator_sign.error {
- background: #ce3702;
- }
- .ldap_grey {
- color: #777;
- }
- .outoftheway {
- position: absolute;
- left: -2000px;
- }
|