diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 8bc9ec0..d7609dc 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -158,7 +158,7 @@ cursor: pointer; position: relative; width: 170px; padding: 5px; -margin: 5px 60px 5px 5px; +margin: 5px; border-radius: 5px; border: 1px solid #888a85; box-shadow: 0 1px 4px gray inset; @@ -178,8 +178,8 @@ font-weight: bold; #next-button { text-align: center; position: absolute; -top: 230px; -right: 25px; +top: 120px; +right: 70px; width: 80px; height: 20px; float: right; @@ -197,8 +197,6 @@ height: 20px; z-index: 3; } - - /* * Package Box */ diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index 8bc8650..db03e25 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -103,7 +103,7 @@ $for pkg in pkg_details: