Multi-edit: fix alignment of table rows and header

This commit is contained in:
Brian Federle 2012-11-02 12:37:35 -07:00
parent e8a7a82389
commit dfffa805bc
1 changed files with 6 additions and 1 deletions

View File

@ -7181,6 +7181,10 @@ div.panel.ui-dialog div.list-view div.fixed-header {
border-top: none;
}
.multi-edit table th {
min-width: 120px;
}
.detail-group .multi-edit table td {
border-left: 1px solid #CDCCCC;
}
@ -7397,7 +7401,7 @@ div.panel.ui-dialog div.list-view div.fixed-header {
.multi-edit .data .data-body .data-item > table tbody tr td span {
overflow-x: auto;
overflow-y: hidden;
width: 70px;
max-width: 88px;
display: block;
float: left;
}
@ -7410,6 +7414,7 @@ div.panel.ui-dialog div.list-view div.fixed-header {
}
.multi-edit .data .data-body .data-item table tbody tr td.name span {
width: 53px;
color: #4C5D78;
font-weight: bold;
}