css: Reorder `.dynamic-input` to put next to each other.

This commit is contained in:
majordwarf 2020-05-09 06:45:11 +05:30 committed by Tim Abbott
parent 6371f0109c
commit 5af7665b3c
1 changed files with 4 additions and 4 deletions

View File

@ -395,10 +395,6 @@ td .button {
margin-right: -2px; margin-right: -2px;
} }
.dynamic-input [contenteditable=true] {
outline: none;
}
.dynamic-input div:empty::after { .dynamic-input div:empty::after {
content: "username"; content: "username";
color: hsl(0, 0%, 67%); color: hsl(0, 0%, 67%);
@ -409,6 +405,10 @@ td .button {
color: hsl(0, 0%, 67%); color: hsl(0, 0%, 67%);
} }
.dynamic-input [contenteditable=true] {
outline: none;
}
.button, .button,
.input-group { .input-group {
margin: 0 0 20px 0; margin: 0 0 20px 0;