Skip to content

Commit

Permalink
Merge #15943 - Fix #15939 - Form labels alignment issue
Browse files Browse the repository at this point in the history
Pull-request: #15943
Closes: #16073

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 14, 2020
2 parents 80efacd + 4e969a8 commit 4256342
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions themes/bootstrap/scss/_common.scss
Expand Up @@ -1044,6 +1044,8 @@ div#tablestatistics table {
// user privileges
#fieldset_add_user_login {
div.item {
display: flex;
align-items: center;
border-bottom: 1px solid silver;
padding-bottom: 0.3em;
margin-bottom: 0.3em;
Expand All @@ -1056,6 +1058,7 @@ div#tablestatistics table {
max-width: 100%;
text-align: $right;
padding-#{$right}: 0.5em;
margin-bottom: 0;
}

input {
Expand Down
4 changes: 3 additions & 1 deletion themes/metro/scss/_common.scss
Expand Up @@ -1089,6 +1089,8 @@ div#tablestatistics table {

#fieldset_add_user_login {
div.item {
display: flex;
align-items: center;
border-bottom: 1px solid #ddd;
padding-bottom: 0.3em;
margin-bottom: 0.3em;
Expand All @@ -1101,7 +1103,7 @@ div#tablestatistics table {
max-width: 100%;
text-align: $right;
padding-#{$right}: 0.5em;
line-height: 35px;
margin-bottom: 0;
}

span.options {
Expand Down
3 changes: 3 additions & 0 deletions themes/pmahomme/scss/_common.scss
Expand Up @@ -1103,6 +1103,8 @@ div#tablestatistics table {
// user privileges
#fieldset_add_user_login {
div.item {
display: flex;
align-items: center;
border-bottom: 1px solid silver;
padding-bottom: 0.3em;
margin-bottom: 0.3em;
Expand All @@ -1115,6 +1117,7 @@ div#tablestatistics table {
max-width: 100%;
text-align: $right;
padding-#{$right}: 0.5em;
margin-bottom: 0;
}

input {
Expand Down

0 comments on commit 4256342

Please sign in to comment.