fix camera upload folder

This commit is contained in:
Luke Pulverenti 2015-11-02 23:34:47 -05:00
parent 81d876b3cd
commit cb8119840a
28 changed files with 520 additions and 105 deletions

View file

@ -67,7 +67,7 @@
}
.homeTopViews .cardImage {
border-radius: 5px;
border-radius: 2px;
}
.cardOverlayMoreButton, .cardOverlayPlayButton {
@ -228,7 +228,6 @@
.homeTopViews .cardText {
font-size: 15px;
padding-top: 10px;
}
.cardButtonContainer {

View file

@ -501,7 +501,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.primaryDetailsContainer {
float: left;
padding: .75em 0 0 1.5em;
width: 68%;
width: 66%;
}
.portraitDetailImageContainer + .primaryDetailsContainer {
@ -915,9 +915,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
@media all and (max-width: 600px) {
.primaryDetailsContainer {
}
.portraitDetailImageContainer + .primaryDetailsContainer {
width: 65%;
}