frontend and tv episodes api work for #254

This commit is contained in:
tidusjar 2016-07-15 14:29:58 +01:00
commit 33ba1db20b
12 changed files with 433 additions and 210 deletions

View file

@ -384,7 +384,7 @@ $border-radius: 10px;
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
color: #fff !important;
color: #fff $i;
}
.landing-header {
@ -393,7 +393,7 @@ $border-radius: 10px;
}
.landing-block {
background: #2f2f2f !important;
background: #2f2f2f $i;
padding: 5px;
}
@ -415,3 +415,8 @@ $border-radius: 10px;
.landing-title {
font-weight: bold;
}
.checkbox-custom{
margin-top:0 $i;
margin-bottom:0 $i;
}