Updated stylesheets to reflect changes to request and movieObject pages.

This commit is contained in:
2017-09-26 20:38:13 +02:00
parent 5341e940c6
commit 1af9368a6c
2 changed files with 84 additions and 30 deletions

View File

@@ -6,21 +6,24 @@ export default {
minHeight: '230px'
},
resultItem: {
maxWidth: '95%',
margin: '0 auto',
minHeight: '230px'
},
movie_content: {
marginLeft: '15px'
},
resultTitle: {
resultTitleLarge: {
color: 'black',
fontSize: '2em',
},
resultTitleSmall: {
color: 'black',
fontSize: '22px',
},
yearRatingLarge: {
fontSize: '0.8em'
},
resultPoster: {
float: 'left',
zIndex: '3',
@@ -28,12 +31,30 @@ export default {
marginRight: '30px'
},
background: {
width: '100%'
},
yearRatingSmall: {
marginTop: '5px',
fontSize: '0.8em'
},
resultPosterImg: {
border: '2px none',
borderRadius: '2px',
width: '150px'
},
cornerRibbon: {
position: 'absolute',
width: '450px',
},
summary: {
fontSize: '15px',
},
buttons: {
paddingTop: '20px'
},