Fix issue #97 : Alignment problem with the submission forms fields
This commit is contained in:
parent
3f8bbd6f3c
commit
ad32243708
@ -172,7 +172,7 @@
|
|||||||
.isso-postbox > .form-wrapper > .auth-section .input-wrapper {
|
.isso-postbox > .form-wrapper > .auth-section .input-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 30%;
|
max-width: 25%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
|
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
|
||||||
@ -185,9 +185,11 @@
|
|||||||
}
|
}
|
||||||
.isso-postbox > .form-wrapper > .auth-section .input-wrapper:first-child input {
|
.isso-postbox > .form-wrapper > .auth-section .input-wrapper:first-child input {
|
||||||
border-radius: 3px 0 0 3px;
|
border-radius: 3px 0 0 3px;
|
||||||
|
border-right: 0;
|
||||||
}
|
}
|
||||||
.isso-postbox > .form-wrapper > .auth-section .input-wrapper:nth-last-child(2) input {
|
.isso-postbox > .form-wrapper > .auth-section .input-wrapper:nth-last-child(2) input {
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
|
border-left: 0;
|
||||||
}
|
}
|
||||||
.isso-postbox > .form-wrapper > .auth-section .post-action {
|
.isso-postbox > .form-wrapper > .auth-section .post-action {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user