Merge pull request #13095 from MemnoCh242/fix_table_layout

fix vertical alignment in table cell layout. Fixes #12979
This commit is contained in:
Michal Čihař 2017-06-28 13:15:06 +03:00 committed by GitHub
commit 30ecfb6236
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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;