From 1942f5b65747aa369a4cdd549fbed1485401ad27 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Wed, 27 Jul 2011 19:50:31 -0300 Subject: [PATCH] changes local button next --- src/web/static/css/survey.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index bcf482c..9188fa4 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -152,7 +152,7 @@ cursor: pointer; position: relative; width: 170px; padding: 5px; -margin: 5px; +margin: 5px 60px 5px 5px; border-radius: 5px; border: 1px solid #888a85; box-shadow: 0 1px 4px gray inset; @@ -167,9 +167,9 @@ font-weight: bold; #next-button { text-align: center; position: absolute; -top: 90px; -right: 65px; -width: 150px; +top: 230px; +right: 10px; +width: 80px; height: 20px; float: right; z-index: 3; -- libgit2 0.21.2