Commit 1942f5b65747aa369a4cdd549fbed1485401ad27
1 parent
34e6fce3
Exists in
master
and in
1 other branch
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,7 +152,7 @@ cursor: pointer; | ||
152 | position: relative; | 152 | position: relative; |
153 | width: 170px; | 153 | width: 170px; |
154 | padding: 5px; | 154 | padding: 5px; |
155 | -margin: 5px; | 155 | +margin: 5px 60px 5px 5px; |
156 | border-radius: 5px; | 156 | border-radius: 5px; |
157 | border: 1px solid #888a85; | 157 | border: 1px solid #888a85; |
158 | box-shadow: 0 1px 4px gray inset; | 158 | box-shadow: 0 1px 4px gray inset; |
@@ -167,9 +167,9 @@ font-weight: bold; | @@ -167,9 +167,9 @@ font-weight: bold; | ||
167 | #next-button { | 167 | #next-button { |
168 | text-align: center; | 168 | text-align: center; |
169 | position: absolute; | 169 | position: absolute; |
170 | -top: 90px; | ||
171 | -right: 65px; | ||
172 | -width: 150px; | 170 | +top: 230px; |
171 | +right: 10px; | ||
172 | +width: 80px; | ||
173 | height: 20px; | 173 | height: 20px; |
174 | float: right; | 174 | float: right; |
175 | z-index: 3; | 175 | z-index: 3; |