This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_events.css
2015-11-28 14:47:17 +01:00

45 lines
565 B
CSS

/* fix borders */
#events-calendar {
margin-left: -1px;
margin-bottom: -1px;
}
.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;
}
#events-spinner .spinner {
margin-top: 9px;
margin-bottom: -9px;
}
.bootstrap-tagsinput {
width: 100%;
padding: 6px 12px;
}
.event-wrapper,
.vevent {
max-width: 700px;
}
.event-owner {
padding: 10px;
}
.event-owner img {
margin-right: 5px;
}
.vevent,
.event-buttons {
padding: 10px;
}