streams/view/css/mod_events.css

47 lines
605 B
CSS
Raw Normal View History

2015-11-19 10:17:24 +00:00
/* fix borders */
2016-04-03 10:19:49 +00:00
.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;
2015-11-19 10:17:24 +00:00
}
2015-11-24 18:18:26 +00:00
2015-11-27 21:45:28 +00:00
.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;
}
2015-11-24 18:18:26 +00:00
.bootstrap-tagsinput {
width: 100%;
padding: 6px 12px;
}
2015-11-26 22:19:06 +00:00
2015-11-28 13:47:17 +00:00
.event-wrapper,
.vevent {
2015-11-26 22:19:06 +00:00
max-width: 700px;
}
2015-11-27 20:44:02 +00:00
.event-owner {
2015-11-28 13:47:17 +00:00
padding: 10px;
2015-11-27 20:44:02 +00:00
}
.event-owner img {
margin-right: 5px;
}
2015-11-28 13:47:17 +00:00
.vevent,
.event-buttons {
padding: 10px;
2015-11-27 21:45:28 +00:00
}