Bug #3271928 - Fix alignment of form fields when creating a new table
This commit is contained in:

committed by
Michal Čihař

parent
df6bed3294
commit
8119fa3769
@@ -1808,3 +1808,12 @@ fieldset .disabled-field td {
|
||||
#prefs_autoload {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#table_columns input, select {
|
||||
width: 14em;
|
||||
box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@@ -2110,3 +2110,16 @@ fieldset .disabled-field td {
|
||||
#prefs_autoload {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#table_columns input, select {
|
||||
width: 14em;
|
||||
box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#table_columns select {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user