Ignore:
Timestamp:
Dec 28, 2009, 2:15:30 PM (14 years ago)
Author:
broder
Message:

Stylize the results box a bit more so it's more visible.

Location:
trunk/packages/invirt-web/code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/static/style.css

    r2737 r2804  
    109109    display: inline;
    110110}
     111
     112/* styling for the results box */
     113.result {
     114    background-color: #e8e8ff;
     115    border: 1px black solid;
     116    padding: 1ex;
     117}
  • trunk/packages/invirt-web/code/templates/skeleton.mako

    r2737 r2804  
    6767% endif
    6868
    69 <div id="result" class="result">
    70 % if result:
    71 ${result}
    72 % endif
    73 </div>
    74 
    7569% if not simple:
    7670<h1>${self.title()} &mdash; XVM</h1>
    7771% endif
     72
     73% if result:
     74<div id="result" class="result">
     75${result}
     76</div>
     77% endif
     78
    7879${next.body()}
    7980% if not simple:
Note: See TracChangeset for help on using the changeset viewer.