diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index d2c43f8e45..9fec4f3e59 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -1129,6 +1129,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; @@ -1141,6 +1143,7 @@ div#tablestatistics table { max-width: 100%; text-align: $right; padding-#{$right}: 0.5em; + margin-bottom: 0; } input { diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index 8543b86f9f..def28c4d67 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -1152,6 +1152,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; @@ -1164,7 +1166,7 @@ div#tablestatistics table { max-width: 100%; text-align: $right; padding-#{$right}: 0.5em; - line-height: 35px; + margin-bottom: 0; } span.options { diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 4fd863c23b..7d92c1378f 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -1145,6 +1145,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; @@ -1157,6 +1159,7 @@ div#tablestatistics table { max-width: 100%; text-align: $right; padding-#{$right}: 0.5em; + margin-bottom: 0; } input {