mirror of https://github.com/lidarr/Lidarr
Some FC UI tweaks
This commit is contained in:
parent
0df8157b01
commit
2687cd60ed
|
@ -1,4 +1,4 @@
|
||||||
/*!
|
/*!
|
||||||
* FullCalendar v1.6.1 Stylesheet
|
* FullCalendar v1.6.1 Stylesheet
|
||||||
* Docs & License: http://arshaw.com/fullcalendar/
|
* Docs & License: http://arshaw.com/fullcalendar/
|
||||||
* (c) 2013 Adam Shaw
|
* (c) 2013 Adam Shaw
|
||||||
|
@ -106,7 +106,7 @@ html .fc,
|
||||||
|
|
||||||
.fc-view {
|
.fc-view {
|
||||||
width: 100%; /* needed for view switching (when view is absolute) */
|
width: 100%; /* needed for view switching (when view is absolute) */
|
||||||
overflow: hidden;
|
/*overflow: hidden;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -280,8 +280,15 @@ a.fc-event,
|
||||||
|
|
||||||
.fc-event-time,
|
.fc-event-time,
|
||||||
.fc-event-title {
|
.fc-event-title {
|
||||||
padding: 0 1px;
|
padding: 0 2px;
|
||||||
}
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-event-title {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.fc .ui-resizable-handle {
|
.fc .ui-resizable-handle {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue