From d83f0bf077f199b4a986d63d16a63e9b90964cd8 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Wed, 27 Jul 2011 20:27:45 -0300 Subject: [PATCH] resize text and change position pagination --- src/web/static/css/survey.css | 10 +++++----- src/web/templates/survey.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index ecae785..5c73dce 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -87,11 +87,6 @@ float: left; margin: 5px; } -.content-pkg { -font-size: 0.8em; -line-height: 1.4; -} - .content-pkg ul li { margin-bottom: 10px; } @@ -160,6 +155,11 @@ background: white; float: right; } +.panel-wrapper { +font-size: 0.8em; +line-height: 1.4; +} + #panel-controls legend { font-weight: bold; } diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index f934489..5f81768 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -62,15 +62,15 @@ button below. $for pkg in pkg_details:
-

-

($pkg_details.index(pkg)/10) $pkg['package']
+

($pkg_details.index(pkg)/10)

+

$pkg['package']
$pkg['description']

-- libgit2 0.21.2