Get column padding / spacing with scrollbar sorted out

This commit is contained in:
nathangray 2016-05-31 12:58:27 -06:00
parent a11e9ec4ae
commit ca04e639c4

View File

@ -1388,15 +1388,18 @@ div.message.floating {
}
/* Allow space for category color indicators, preserving column calculations */
.egwGridView_outer thead tr > th:first-child {
.et2_nextmatch .egwGridView_outer thead tr > th:first-child {
border-left: 6px solid transparent;
}
.egwGridView_scrollarea tr.row_category > td:first-child {
border-left: 6px solid transparent;
}
.egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child > div {
.et2_nextmatch .egwGridView_grid, .et2_nextmatch .egwGridView_outer {
border-collapse: separate;
}
.et2_nextmatch .egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child > div {
margin-left:-6px;
margin-right: -4px;
margin-right: 2px;
padding-left: 4px;
}