EnVisageOnline/Main/Source/EnVisage/Content/stylesheets/activity-calendar.css

128 lines
3.4 KiB
CSS

div.ac .ac-control {
margin-top: 5px;
}
.ac-control div.ac-left-col {
height: auto;
display: block;
float: left;
overflow: hidden;
}
.ac-control div.ac-left-col div.ac-left-col-header {
width: 100%;
overflow: hidden;
}
.ac-control div.ac-left-col div.ac-left-col-header > table {
margin-top: 0px;
margin-left: 0px;
display: block;
border: 0;
}
.ac-control div.ac-left-col div.ac-left-col-header > table > thead {
padding: 0px;
margin: 0px;
}
.ac-control div.ac-left-col div.ac-left-col-header > table > thead th.firstcol {
height: 84px;
border-left: 0px !important;
border-right: 1px solid #dbdbdb !important;
border-bottom: 1px solid #dbdbdb !important;
}
.ac-control div.ac-left-col div.ac-left-col-header > table > thead th.firstcol:nth-child(1) {
width: 300px;
}
.ac-control div.ac-left-col div.ac-left-col-header > table > thead th.firstcol:nth-child(2) {
width: 100px;
}
.ac-control div.ac-left-col div.ac-left-col-content {
overflow: hidden;
}
.ac-control div.ac-left-col div.ac-left-col-content > table {
border: 0;
margin-left: 0px;
display: block;
}
div.freezeTable1 table.ac-table-header > thead > tr,
div.freezeTable1 table.ac-table-header > thead > tr > th:last-child {
border-right: 1px solid #dbdbdb !important;
}
table.ac-table-header > thead > tr > th:nth-child(2) {
border-left: 1px solid #ebebeb !important; /*none !important;*/
}
table.ac-table-header > thead > tr > th.collapsedWeeks {
border-left: 1px solid #ebebeb !important; /*none !important;*/
}
table.ac-table-header > thead > tr > th:first-child {
border-left: none !important;
border-right: none !important;
border: 0;
}
.freezeTable1 table.ac-table-header {
margin-top: 0px !important;
margin-left: 0px !important;
display: block !important;
}
.freezeTable1 table.ac-table-header th {
height: 28px !important;
}
.ac-normal-header-cell {
width: 70px;
}
div.ac-left-col-content td.ac-row-name {
border-left: 0px !important;
border-right: 1px solid #dbdbdb !important;
}
div.ac-left-col-content td.ac-row-name div.ac-name {
display: inline-block;
vertical-align: bottom;
}
div.ac-left-col-content td.ac-row-name i.fa {
margin-right: 5px;
}
div.ac-left-col-content td.ac-row-total {
width: 100px;
padding-bottom: 0px !important;
border-left: none !important;
border-right: 1px solid #dbdbdb !important;
}
div.ac-left-col-content td.ac-row-total > div.ac-total {
width: 90px !important;
white-space: nowrap;
overflow: hidden;
height: 19px;
}
div.ac-left-col-content tr.ac-level-2 td.ac-row-name {
padding-left: 15px;
}
div.ac-left-col-content tr.ac-level-3 td.ac-row-name {
padding-left: 19px;
}
div.ac-left-col-content tr.ac-level-3 td.assign {
padding-left: 8px;
padding-bottom: 1px;
}
#main-navbar .calendar-options-menu li div.select2-container {
padding: 3px;
}
#main-navbar .calendar-options-menu li div.select2-container a {
line-height: 30px;
}