Calendar/Upcoming use episode details.

This commit is contained in:
Mark McDowall 2013-06-28 08:43:37 -07:00
commit 8cb015e3a7
4 changed files with 45 additions and 25 deletions

View file

@ -1,3 +1,8 @@
@import "../content/Bootstrap/mixins";
@import "../content/Bootstrap/variables";
@import "../content/Bootstrap/buttons";
@import "../Shared/Styles/clickable";
.calendar {
th, td {
border-color : #eeeeee;
@ -15,6 +20,10 @@
text-align : center;
}
.fc-event {
.clickable;
}
.info {
border-color : #14b8d4;
background-color : #14b8d4;
@ -85,6 +94,7 @@
p {
color : #999999;
margin: 0px;
}
.danger {
@ -118,4 +128,10 @@
.success {
border-color : #4cb158;
}
.episode-title {
.btn-link;
color: @linkColor;
margin-top: 1px;
}
}