added metadata editor sidebar

This commit is contained in:
Luke Pulverenti
2013-08-02 16:36:44 -04:00
parent 3945e0e9f4
commit 0dc7a2177e
34 changed files with 5572 additions and 342 deletions
+26 -7
View File
@@ -117,8 +117,29 @@
width: 18px;
}
@media all and (min-width: 600px) {
@media all and (min-width: 540px) {
.tileItem {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.backdropTileItem {
display: block;
}
.posterTileItem, .squareTileItem {
width: 45%;
}
.posterTileItem .tileImage {
height: 120px;
}
.squareTileItem .tileImage {
height: 115px;
}
.smallPosterTileItem {
width: 210px;
@@ -128,16 +149,14 @@
}
@media all and (min-width: 750px) {
.tileItem {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.smallBackdropTileItem {
display: block;
}
.backdropTileItem {
display: inline-block;
}
.backdropTileItem, .posterTileItem, .squareTileItem {
width: 46%;