Commit 2b6e49f5 authored by Sven Franck's avatar Sven Franck

css: added more custom css

parent b800f367
...@@ -583,7 +583,7 @@ tbody .large { ...@@ -583,7 +583,7 @@ tbody .large {
background-color: #B184E0; background-color: #B184E0;
} }
.rouge.background { .rouge.background {
background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 90px / 200px auto #EB5757; background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 30px / 200px auto #EB5757;
} }
.rouge { .rouge {
background-color: #EB5757; background-color: #EB5757;
...@@ -591,12 +591,16 @@ tbody .large { ...@@ -591,12 +591,16 @@ tbody .large {
.rouge .light { .rouge .light {
background-color: #FC8484; background-color: #FC8484;
} }
html body .ui-content .ui-controlbar.span_3 .offer { .offer {
width: 100%;
min-height: 300px; min-height: 300px;
max-height: 300px; max-height: 300px;
border-radius: .6em;
-webkit-border-radius: .6em;
} }
.offer { .offer.custom_offer {
width: 100%; max-height: 150px;
min-height: 150px;
} }
.offer > img{ .offer > img{
padding: .25em; padding: .25em;
...@@ -646,6 +650,13 @@ span.offer_tag { ...@@ -646,6 +650,13 @@ span.offer_tag {
border-top-width: 1px; border-top-width: 1px;
display: block; display: block;
} }
.rouge.background {
background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 90px / 200px auto #EB5757;
}
.offer.custom_offer {
max-height: 300px;
min-height: 300px;
}
} }
/* collapsible inside panel */ /* collapsible inside panel */
.ui-collapsible-heading-toggle { .ui-collapsible-heading-toggle {
...@@ -874,7 +885,57 @@ html body .custom_bar a.ui-btn.custom_profit:hover { ...@@ -874,7 +885,57 @@ html body .custom_bar a.ui-btn.custom_profit:hover {
margin-right: 0; margin-right: 0;
} }
} }
.offer.custom_offer > * {
display: block;
text-align: left;
}
.offer.custom_offer img {
padding: .5em;
}
.offer.custom_offer h3 {
padding-left: .5em;
}
.offer.custom_offer a .offer_tag {
font-size: 100%;
font-weight: normal;
}
.offer.custom_offer a:last-child {
display: block;
}
.custom_find_out {
float: right;
margin-top: -3.5em;
margin-right: 1em;
}
.custom_button {
margin-top: -3em;
}
@media (max-width: 60em) {
.custom_find_out {
float: none;
margin-top: auto;
margin-right: auto;
}
.custom_button,
.offer.custom_offer a:last-child {
margin-top: 0;
display: inline-block;
text-align: center;
float: none;
}
.offer.custom_offer > * {
display: inline-block;
text-align: center;
}
.offer.custom_offer a .offer_tag {
line-height: 1.5em;
}
.custom_find_out {
float: none;
display: inline-block;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment