From 66efae1c6e6fe734a347deaef46d3c2565dfe299 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Mon, 13 May 2013 14:42:36 +1200 Subject: Faint backgrounds for each column Also push vis-hide structure up to contain the columns, rather than each column having its own vis-hide div --- public/css/style.css | 15 ++++++++++++++- public/index.html | 28 +++++++++++----------------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index aa66979..de58b3b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,5 +1,7 @@ /* Ensure sane defaults */ - +html, body, #vis, #main, .side { + height: 100%; +} body { padding: 0; margin: 0; @@ -8,6 +10,7 @@ body { /* Top-level layout */ .side { float: right; + border-left: 1px solid lightgray; } #main { overflow: hidden; @@ -53,6 +56,16 @@ body { font-size: smaller; } +.col1 { + background-color: #fdf9ff; +} +.col2 { + background-color: #fdfdff; +} +.col3 { + background-color: #fffdfb; +} + /* Titles */ h3 { margin: 0.3em 0.8em; diff --git a/public/index.html b/public/index.html index 6ec4cf8..e27c0e6 100644 --- a/public/index.html +++ b/public/index.html @@ -5,8 +5,8 @@ -
-
+
+

Users

    @@ -18,9 +18,7 @@

    Instance breakdown by Stat allocation

    -
    -
    -
    +

    Instance breakdown by Target

    @@ -31,18 +29,14 @@

    Instance breakdown by Type

    -
    -
    - -
    -
    -

    Breakdown by Map [?]

    -
    -
    -

    Instance breakdown by Date

    +
    +
    +
    +

    Breakdown by Map [?]

    +
    +
    +

    Instance breakdown by Date

    +
    -- cgit v1.2.3-60-g2f50