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