css fixes

This commit is contained in:
Mario Vavti 2015-11-19 11:17:24 +01:00
parent ee39e3cf72
commit 929f524e77
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/* fix borders */
#events-calendar {
margin-left: -1px;
margin-bottom: -1px;
}
#event-desc-textarea, #event-location-textarea {
width: 400px;
}

View File

@ -847,6 +847,16 @@ nav .acpopup {
cursor: pointer;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
border-color: #ccc !important;
}
.eventcal {
float: left;
font-size: 20px;