added episode detail modal

summary tab is working.
This commit is contained in:
kay.one 2013-05-20 17:17:33 -07:00
commit 95a6dfc34e
14 changed files with 174 additions and 47 deletions

View file

@ -26,8 +26,8 @@
top: 10%;
left: 50%;
z-index: @zindexModal;
width: 560px;
margin-left: -280px;
width: 750px;
margin-left: -375px;
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);