mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
51 lines
675 B
CSS
51 lines
675 B
CSS
/* fix borders */
|
|
|
|
.fc th:first-child,
|
|
.fc td:first-child {
|
|
border-left-width: 0px;
|
|
}
|
|
|
|
.fc th:last-child,
|
|
.fc td:last-child {
|
|
border-right-width: 0px;
|
|
border-bottom-width: 0px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|