Select Git revision
mediarack.css
mediarack.css 2.32 KiB
html {
overflow: -moz-scrollbars-vertical;
overflow: scroll;
/* overflow-y: scroll; *doesn�t work with firefox*/
}
body {
padding-top: 70px;
}
.navbar-brand {
height: 50px;
padding-top: 0;
padding-bottom: 0;
}
.show {
margin-bottom: 50px;
min-height: 200px;
}
.showName.panel-heading,
.movieName.panel-heading {
min-height: 71px;
height: 71px;
}
.showLogo,
.movieLogo {
display: block;
margin-left: auto;
margin-right: auto;
min-height: 50px;
height: 50px;
}
#shows .thumbnail {
min-height: 230px;
height: 230px;
}
.thumbnail img.showPoster {
min-height: 220px;
height: 220px;
}
table.episodes {
margin-top: 10px;
}
table.episodes tr td{
font-weight: bold;
}
.panel-title {
font-weight: bold;
}
div.panel-body {
/* background: url('../img/no_fanart.jpg') repeat-y top center; */
background-size: 100% auto;
}
div.moviePlot {
padding: 0;
}
div.moviePlot div.panel-heading{
font-weight: bold;
}