fix: form labels alignment issue.
Signed-off-by: Cliff Su <stu01509@yahoo.com.tw>
This commit is contained in:
parent
0be2fff28e
commit
4e969a8453
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user