Fix #4637 Field Alignment
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
7793dd3e90
commit
c9e91e5bd0
@ -200,6 +200,14 @@ input[type=date] {
|
||||
border: 1px solid #aaa;
|
||||
color: #555;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
input[type=text],
|
||||
input[type=password],
|
||||
input[type=number],
|
||||
input[type=date],
|
||||
input[type=checkbox],
|
||||
select {
|
||||
margin: 6px;
|
||||
}
|
||||
|
||||
@ -2561,10 +2569,6 @@ fieldset .disabled-field td {
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#table_columns select {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
#placeholder {
|
||||
position: relative;
|
||||
border: 1px solid #aaa;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user