Splash view for banner component

This commit is contained in:
Gopesh Tulsyan 2014-06-20 20:16:22 +05:30
parent 524f22835d
commit cc8299294d
4 changed files with 33 additions and 11 deletions

View file

@ -92,22 +92,27 @@ body {
padding-bottom: 20px;
}
#venue-banner-disp{
.banner-disp{
background-repeat: no-repeat;
background-position: center center;
width: 100%;
background-size: cover;
-webkit-background-size:cover;
}
#venue-banner-disp.with-background{
.banner-disp.with-location-background{
min-height: 500px;
}
#venue-banner-disp li{
.banner-disp.with-splash-banner{
min-height: 700px;
}
.location-links li{
display: inline-block;
margin-right: 2em;
}
.banner-text{
padding-top: 10%;
color: #fff;
}
.pad{
padding-top: 35px;
padding-bottom: 35px;