Commit a67344520fcec05c3598971d2072864583bf75a7
1 parent
1942f5b6
Exists in
master
and in
1 other branch
change position elements slider
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/web/static/coda-slider-2.0/stylesheets/coda-slider-2.0.css
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | |
13 | 13 | /* Most common stuff you'll need to change */ |
14 | 14 | |
15 | - .coda-slider-wrapper { padding: 20px 0 } | |
15 | + .coda-slider-wrapper { padding: 0px; margin-left: -20px; } | |
16 | 16 | .coda-slider { background: #ebebeb } |
17 | 17 | |
18 | 18 | /* Use this to keep the slider content contained in a box even when JavaScript is disabled */ | ... | ... |