Added seasons to top of series details (toggling and jump to)

This commit is contained in:
Mark McDowall 2013-07-31 23:32:36 -07:00
commit 125deb3931
9 changed files with 176 additions and 5 deletions

View file

@ -53,6 +53,25 @@
.opacity(0.9);
}
.season-menu {
margin-top: 5px;
.season-menu-item {
.text {
.clickable;
}
a:hover {
text-decoration: none;
}
i:before {
width: 10px;
}
}
}
.series-posters {
list-style-type : none;