2015-03-13 06:39:26 -04:00
|
|
|
.user-calendar-activities {
|
|
|
|
.calendar_onclick_hr {
|
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
2015-01-28 16:18:22 -05:00
|
|
|
|
2015-03-13 06:39:26 -04:00
|
|
|
.str-truncated {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
2015-01-28 16:18:22 -05:00
|
|
|
|
2015-03-13 06:39:26 -04:00
|
|
|
.text-expander {
|
|
|
|
background: #eee;
|
|
|
|
color: #555;
|
|
|
|
padding: 0 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 4px;
|
|
|
|
&:hover {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
}
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
2016-01-01 22:12:50 -05:00
|
|
|
|
2015-01-28 16:18:22 -05:00
|
|
|
/**
|
|
|
|
* This overwrites the default values of the cal-heatmap gem
|
|
|
|
*/
|
|
|
|
.calendar {
|
|
|
|
.qi {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.q1 {
|
2016-01-01 22:12:50 -05:00
|
|
|
fill: #ededed !important;
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.q2 {
|
2016-01-01 22:12:50 -05:00
|
|
|
fill: #ACD5F2 !important;
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.q3 {
|
2016-01-01 22:12:50 -05:00
|
|
|
fill: #7FA8D1 !important;
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.q4 {
|
2016-01-01 22:12:50 -05:00
|
|
|
fill: #49729B !important;
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.q5 {
|
2016-01-01 22:12:50 -05:00
|
|
|
fill: #254E77 !important;
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.domain-background {
|
|
|
|
fill: none;
|
|
|
|
shape-rendering: crispedges;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ch-tooltip {
|
|
|
|
padding: 3px;
|
|
|
|
font-weight: 550;
|
|
|
|
}
|
|
|
|
}
|