mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Get column padding / spacing with scrollbar sorted out
This commit is contained in:
parent
a11e9ec4ae
commit
ca04e639c4
@ -1388,15 +1388,18 @@ div.message.floating {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Allow space for category color indicators, preserving column calculations */
|
/* 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;
|
border-left: 6px solid transparent;
|
||||||
}
|
}
|
||||||
.egwGridView_scrollarea tr.row_category > td:first-child {
|
.egwGridView_scrollarea tr.row_category > td:first-child {
|
||||||
border-left: 6px solid transparent;
|
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-left:-6px;
|
||||||
margin-right: -4px;
|
margin-right: 2px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user