Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
2b6e49f5
Commit
2b6e49f5
authored
Apr 28, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: added more custom css
parent
b800f367
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
4 deletions
+65
-4
css/css.css
css/css.css
+65
-4
No files found.
css/css.css
View file @
2b6e49f5
...
...
@@ -583,7 +583,7 @@ tbody .large {
background-color
:
#B184E0
;
}
.rouge.background
{
background
:
url("../img/website-bg-libert-vacances.png")
no-repeat
scroll
center
9
0px
/
200px
auto
#EB5757
;
background
:
url("../img/website-bg-libert-vacances.png")
no-repeat
scroll
center
3
0px
/
200px
auto
#EB5757
;
}
.rouge
{
background-color
:
#EB5757
;
...
...
@@ -591,12 +591,16 @@ tbody .large {
.rouge
.light
{
background-color
:
#FC8484
;
}
html
body
.ui-content
.ui-controlbar.span_3
.offer
{
.offer
{
width
:
100%
;
min-height
:
300px
;
max-height
:
300px
;
border-radius
:
.6em
;
-webkit-border-radius
:
.6em
;
}
.offer
{
width
:
100%
;
.offer.custom_offer
{
max-height
:
150px
;
min-height
:
150px
;
}
.offer
>
img
{
padding
:
.25em
;
...
...
@@ -646,6 +650,13 @@ span.offer_tag {
border-top-width
:
1px
;
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 */
.ui-collapsible-heading-toggle
{
...
...
@@ -874,7 +885,57 @@ html body .custom_bar a.ui-btn.custom_profit:hover {
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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment