LDAP: improve design and placement of Save button
This commit is contained in:
parent
17820fbef6
commit
3d6030b2ae
|
@ -80,6 +80,10 @@
|
|||
height: 15px;
|
||||
}
|
||||
|
||||
.ldapSettingControls {
|
||||
margin-top: 3ex;
|
||||
}
|
||||
|
||||
#ldap fieldset p label {
|
||||
width: 20%;
|
||||
max-width: 200px;
|
||||
|
@ -90,6 +94,10 @@
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#ldap fieldset input[type=submit] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#ldap fieldset input, #ldap fieldset textarea {
|
||||
width: 60%;
|
||||
display: inline-block;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="ldapSettingControls">
|
||||
<input class="ldap_submit" value="Save">
|
||||
<input class="ldap_submit" value="Save" type="submit">
|
||||
<button class="ldap_action_test_connection" name="ldap_action_test_connection">
|
||||
<?php p($l->t('Test Configuration'));?>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue