From ee75af8bd8fcb04ba1ba3755bfc0b9924ec77229 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Wed, 27 Jul 2011 20:48:50 -0300 Subject: [PATCH] insert pre element in description --- src/web/static/css/survey.css | 13 ++++++++++++- src/web/templates/survey.html | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 5c73dce..8bc9ec0 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -84,9 +84,14 @@ display: none; .screenshot { float: left; +border: 1px solid black; margin: 5px; } +.screenshot:hover { +box-shadow: 0 1px 4px gray; +} + .content-pkg ul li { margin-bottom: 10px; } @@ -113,7 +118,13 @@ z-index: 2; cursor: pointer; } -.radioButton:hover { height: 20px; } +.radioButton:hover { +height: 20px; +box-shadow: 0 0 4px gray; +border: 1px solid #eeeeec; +background: #eeeeec; +color: #000; +} #continue-button { float: right; diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index 5f81768..8bc8650 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -72,7 +72,7 @@ $for pkg in pkg_details: ($pkg_details.index(pkg)/10) $pkg['package'] $pkg['description'] -
$:pkg['long_description']