Skip to content
Snippets Groups Projects
Commit a4fc9bbe authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: right align labels on settings page

parent 435e63b5
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
max-width: 200px;
display: inline-block;
vertical-align: top;
text-align: right;
padding-top: 9px;
padding-right: 5px;
}
#ldap fieldset input, #ldap fieldset textarea {
......@@ -11,6 +13,10 @@
display: inline-block;
}
#ldap fieldset p input[type=checkbox] {
vertical-align: bottom;
}
.ldapIndent {
margin-left: 50px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment