Add space for category color indicators to and preserve column calculations

This commit is contained in:
nathangray 2016-05-24 14:14:20 -06:00
parent fccf83e36a
commit 0e3c23c48a

View File

@ -1391,6 +1391,12 @@ div.message.floating {
.et2_nextmatch {
/* background-color: silver;*/
}
/* Allow space for category color indicators, preserving column calculations */
.egwGridView_outer thead tr {
border-left: 12px solid transparent;
}
/* Left & right headers*/
.et2_nextmatch > div > .header {
margin-top: -20px;