Improved the view of week calendar
This commit is contained in:
parent
03b8c7f6df
commit
e2d79c1bb4
3 changed files with 288 additions and 313 deletions
|
@ -976,10 +976,7 @@ table#stormevents td .event-title {
|
|||
width: 14.2857%;
|
||||
min-width: 90px;
|
||||
}
|
||||
.calendar-calendar .week-view .full th,
|
||||
.calendar-calendar .week-view .full tr.all-day td.calendar-agenda-hour {
|
||||
width: 12% !important;
|
||||
}
|
||||
|
||||
.calendar-calendar .week-view .full th.today {
|
||||
background-color: #556372;
|
||||
color: #eee;
|
||||
|
@ -987,12 +984,7 @@ table#stormevents td .event-title {
|
|||
.calendar-calendar .month-view .full td .day {
|
||||
width: 2em;
|
||||
}
|
||||
.calendar-calendar .month-view .full td.empty {
|
||||
background: #999 !important;
|
||||
}
|
||||
.calendar-calendar .month-view .full td.empty .day {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.calendar-calendar .day-view .full td .inner div.calendar div a {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Reference in a new issue