Commit 1942f5b65747aa369a4cdd549fbed1485401ad27

Authored by Valessio Soares de Brito
1 parent 34e6fce3
Exists in master and in 1 other branch add_vagrant

changes local button next

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/web/static/css/survey.css
... ... @@ -152,7 +152,7 @@ cursor: pointer;
152 152 position: relative;
153 153 width: 170px;
154 154 padding: 5px;
155   -margin: 5px;
  155 +margin: 5px 60px 5px 5px;
156 156 border-radius: 5px;
157 157 border: 1px solid #888a85;
158 158 box-shadow: 0 1px 4px gray inset;
... ... @@ -167,9 +167,9 @@ font-weight: bold;
167 167 #next-button {
168 168 text-align: center;
169 169 position: absolute;
170   -top: 90px;
171   -right: 65px;
172   -width: 150px;
  170 +top: 230px;
  171 +right: 10px;
  172 +width: 80px;
173 173 height: 20px;
174 174 float: right;
175 175 z-index: 3;
... ...