css fixes
This commit is contained in:
parent
ee39e3cf72
commit
929f524e77
@ -1,3 +1,9 @@
|
|||||||
|
/* fix borders */
|
||||||
|
#events-calendar {
|
||||||
|
margin-left: -1px;
|
||||||
|
margin-bottom: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
#event-desc-textarea, #event-location-textarea {
|
#event-desc-textarea, #event-location-textarea {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
@ -847,6 +847,16 @@ nav .acpopup {
|
|||||||
cursor: pointer;
|
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 {
|
.eventcal {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
Reference in New Issue
Block a user