From: Evan Broder Date: Mon, 28 Dec 2009 19:15:30 +0000 (-0500) Subject: Stylize the results box a bit more so it's more visible. X-Git-Tag: 0.1.5~13 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/75b32a456c2efa77b7ca33b2275405f3a88bac35 Stylize the results box a bit more so it's more visible. svn path=/trunk/packages/invirt-web/; revision=2804 --- diff --git a/code/static/style.css b/code/static/style.css index a764e17..9bea2e9 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -108,3 +108,10 @@ tr.stripedrow { form { display: inline; } + +/* styling for the results box */ +.result { + background-color: #e8e8ff; + border: 1px black solid; + padding: 1ex; +} diff --git a/code/templates/skeleton.mako b/code/templates/skeleton.mako index a53d2bf..aee4769 100644 --- a/code/templates/skeleton.mako +++ b/code/templates/skeleton.mako @@ -66,15 +66,16 @@ You are currently authenticated as an administrator. % endif -
+% if not simple: +

${self.title()} — XVM

+% endif + % if result: +
${result} -% endif
- -% if not simple: -

${self.title()} — XVM

% endif + ${next.body()} % if not simple: