Horizontal space reduction
This commit is contained in:
parent
26c150d2d0
commit
52871d929b
@ -2011,13 +2011,17 @@ fieldset .disabled-field td {
|
||||
}
|
||||
|
||||
#table_columns input, #table_columns select {
|
||||
width: 14em;
|
||||
width: 10em;
|
||||
box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#table_columns input[type="checkbox"] {
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
#placeholder {
|
||||
position: relative;
|
||||
border: 1px solid #aaa;
|
||||
|
||||
@ -2414,13 +2414,17 @@ fieldset .disabled-field td {
|
||||
}
|
||||
|
||||
#table_columns input, #table_columns select {
|
||||
width: 14em;
|
||||
width: 10em;
|
||||
box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#table_columns input[type="checkbox"] {
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
#table_columns select {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user