Merge pull request #13095 from MemnoCh242/fix_table_layout
fix vertical alignment in table cell layout. Fixes #12979
This commit is contained in:
commit
30ecfb6236
@ -2628,6 +2628,10 @@ div.jqplot-noData-container {
|
||||
background-color: rgba(96%, 96%, 96%, 0.3);
|
||||
}
|
||||
|
||||
.relationalTable td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.relationalTable select {
|
||||
width: 125px;
|
||||
margin-right: 5px;
|
||||
|
||||
@ -2890,6 +2890,10 @@ fieldset .disabled-field td {
|
||||
padding-<?php echo $left; ?>: 20px;
|
||||
}
|
||||
|
||||
.relationalTable td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.relationalTable select {
|
||||
width: 125px;
|
||||
margin-right: 5px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user