Split actions and options columns into 50%

This commit is contained in:
Isaac Connor 2021-02-03 12:57:14 -05:00
parent a7365323dd
commit d4e83620b2
1 changed files with 8 additions and 4 deletions

View File

@ -48,12 +48,16 @@ select {
#actionsTable input[type=text] {
margin-left: 4px;
}
#actionsTable p {
#actionsTable, #optionsTable {
float: left;
width: 50%;
min-width: 300px;
}
#actionsTable p, #optionsTable p {
text-align: left;
}
#actionsTable label {
width: 300px;
#actionsTable label, #optionsTable label {
width: 320px;
text-align: right;
}
input[name="filter[EmailSubject]"],