Spaces:
No application file
No application file
File size: 889 Bytes
d2897cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
/* EmailBundle */
.col-email-id {
width: 75px;
}
.email-builder .builder-panel .panel-body {
padding: 5px 0;
}
.table-bordered {
border-left: 0;
}
.table-bordered.email-list > thead > tr > th:first-child, .table-bordered.email-list > tbody > tr > td:first-child,
.table-bordered.email-template > thead > tr > th:first-child, .table-bordered.email-template > tbody > tr > td:first-child {
border-left: 0px;
}
.table-bordered.email-list > thead > tr > th:last-child, .table-bordered.email-list > tbody > tr > td:last-child,
.table-bordered.email-template > thead > tr > th:last-child, .table-bordered.email-template > tbody > tr > td:last-child {
border-right: 0px;
}
.email-filters {
}
.clickable-stat a { color: #fff; }
.clickable-stat a:hover { color: #fff; }
#emailGraphStats .spinner,
#reads-map-container .spinner{
text-align: center;
font-size: 32px;
}
|