Commit a67344520fcec05c3598971d2072864583bf75a7

Authored by Valessio Soares de Brito
1 parent 1942f5b6
Exists in master and in 1 other branch add_vagrant

change position elements slider

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 */
... ...
src/web/static/css/survey.css
... ... @@ -168,7 +168,7 @@ font-weight: bold;
168 168 text-align: center;
169 169 position: absolute;
170 170 top: 230px;
171   -right: 10px;
  171 +right: 25px;
172 172 width: 80px;
173 173 height: 20px;
174 174 float: right;
... ...