library browser style fixes

This commit is contained in:
Luke Pulverenti
2013-09-03 17:06:33 -04:00
parent 44af31404e
commit 9506f259e7
4 changed files with 30 additions and 29 deletions
+11 -6
View File
@@ -110,6 +110,7 @@
.tileName + .tileName {
margin-top: .75em;
font-weight: normal;
}
.tileItem .userDataIcons img {
@@ -133,19 +134,23 @@
width: 45%;
}
.posterTileItem .tileImage {
height: 120px;
}
.posterTileItem .tileImage {
height: 120px;
}
.squareTileItem .tileImage {
height: 115px;
}
.squareTileItem .tileImage {
height: 115px;
}
.smallPosterTileItem {
width: 210px;
display: inline-block;
margin: 3px;
}
.smallBackdropTileItem {
display: block;
}
}
@media all and (min-width: 750px) {