2014-02-24 19:04:23 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-calendar-day-css
|
|
|
|
*/
|
2015-05-04 01:57:18 +02:00
|
|
|
|
2015-05-19 01:04:35 +02:00
|
|
|
.device .phui-day-view-column {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-calendar-list-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-05-04 01:57:18 +02:00
|
|
|
.phui-calendar-day-view {
|
|
|
|
overflow: scroll;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-day-hour {
|
|
|
|
width: 60px;
|
2015-05-04 03:13:48 +02:00
|
|
|
color: {$lightgreytext};
|
|
|
|
text-align: right;
|
|
|
|
padding: 4px 4px;
|
|
|
|
border-right: 1px solid {$lightgreyborder};
|
2015-05-04 01:57:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-day-view tr {
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-day-view td {
|
|
|
|
position: relative;
|
2015-05-24 20:22:33 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-day-view td:hover {
|
|
|
|
background: {$lightbluebackground};
|
2015-05-04 01:57:18 +02:00
|
|
|
}
|
|
|
|
|
2015-05-04 03:13:48 +02:00
|
|
|
.phui-calendar-day-view tr + tr td.phui-calendar-day-events {
|
|
|
|
border-top: 1px solid {$lightgreyborder};
|
|
|
|
}
|
|
|
|
|
2015-05-24 04:47:23 +02:00
|
|
|
.phui-drag {
|
|
|
|
opacity: .25;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.phui-calendar-day-event {
|
2015-05-04 01:57:18 +02:00
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2015-05-04 19:53:15 +02:00
|
|
|
min-height: 30px;
|
2015-05-04 01:57:18 +02:00
|
|
|
}
|
2015-05-24 20:22:33 +02:00
|
|
|
|
|
|
|
.can-drag a {
|
|
|
|
cursor: move;
|
|
|
|
}
|
2015-05-04 01:57:18 +02:00
|
|
|
|
2015-05-24 04:47:23 +02:00
|
|
|
div.phui-calendar-day-event.all-day {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-05-04 03:13:48 +02:00
|
|
|
.phui-calendar-day-event-link {
|
|
|
|
padding: 8px;
|
2015-05-15 04:20:44 +02:00
|
|
|
border: 1px solid {$greyborder};
|
|
|
|
background-color: {$darkgreybackground};
|
2015-05-24 04:47:23 +02:00
|
|
|
margin: 0 1px;
|
2015-05-04 03:13:48 +02:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
color: {$greytext};
|
2015-05-04 01:57:18 +02:00
|
|
|
}
|
2015-05-09 01:19:51 +02:00
|
|
|
|
2015-05-15 04:20:44 +02:00
|
|
|
.phui-calendar-day-event-link.viewer-invited-day-event {
|
|
|
|
border-color: {$green};
|
|
|
|
background-color: {$lightgreen};
|
|
|
|
color: {$green};
|
|
|
|
}
|
|
|
|
|
2015-05-12 03:35:41 +02:00
|
|
|
.day-view-all-day {
|
2015-05-15 04:20:44 +02:00
|
|
|
border: 1px solid {$greyborder};
|
2015-05-09 01:19:51 +02:00
|
|
|
height: 12px;
|
|
|
|
margin: 0;
|
|
|
|
display: block;
|
|
|
|
padding: 8px;
|
2015-05-15 04:20:44 +02:00
|
|
|
background-color: {$darkgreybackground};
|
2015-05-09 01:19:51 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: {$greytext};
|
|
|
|
}
|
|
|
|
|
2015-05-15 04:20:44 +02:00
|
|
|
.day-view-all-day.viewer-invited-day-event {
|
|
|
|
border-color: {$green};
|
|
|
|
background-color: {$lightgreen};
|
|
|
|
color: {$green};
|
|
|
|
}
|
|
|
|
|
2015-05-12 03:35:41 +02:00
|
|
|
.phui-calendar-day-event + .phui-calendar-day-event .day-view-all-day {
|
2015-05-09 01:19:51 +02:00
|
|
|
border-top-style: none;
|
|
|
|
border-top-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-calendar-all-day-label {
|
|
|
|
color: {$greytext};
|
|
|
|
float: right;
|
|
|
|
margin: 8px 8px 0 0;
|
|
|
|
}
|