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,7 +12,7 @@ | ||
| 12 | 12 | ||
| 13 | /* Most common stuff you'll need to change */ | 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 | .coda-slider { background: #ebebeb } | 16 | .coda-slider { background: #ebebeb } |
| 17 | 17 | ||
| 18 | /* Use this to keep the slider content contained in a box even when JavaScript is disabled */ | 18 | /* Use this to keep the slider content contained in a box even when JavaScript is disabled */ |
src/web/static/css/survey.css
| @@ -168,7 +168,7 @@ font-weight: bold; | @@ -168,7 +168,7 @@ font-weight: bold; | ||
| 168 | text-align: center; | 168 | text-align: center; |
| 169 | position: absolute; | 169 | position: absolute; |
| 170 | top: 230px; | 170 | top: 230px; |
| 171 | -right: 10px; | 171 | +right: 25px; |
| 172 | width: 80px; | 172 | width: 80px; |
| 173 | height: 20px; | 173 | height: 20px; |
| 174 | float: right; | 174 | float: right; |