liquid_feedback_frontend

diff static/style.css @ 145:90520c9fca44

implement area filter in timeline

allows the user to ignore any area in the timeline filter.
better display in javascript off
author Daniel Poelzleithner <poelzi@poelzi.org>
date Thu Oct 07 00:35:48 2010 +0200 (2010-10-07)
parents 20e0b64cc1f9
children f5692aafc85b
line diff
     1.1 --- a/static/style.css	Wed Oct 06 18:15:23 2010 +0200
     1.2 +++ b/static/style.css	Thu Oct 07 00:35:48 2010 +0200
     1.3 @@ -70,6 +70,9 @@
     1.4    font-size: 125%;
     1.5  }
     1.6  
     1.7 +.inline {
     1.8 +  display: inline;
     1.9 +}
    1.10  
    1.11  /*************************************************************************
    1.12   * Notices, warnings and errors
    1.13 @@ -1176,4 +1179,49 @@
    1.14    cursor: move;
    1.15  }
    1.16  
    1.17 +/*************************************************************************
    1.18 + * timeline
    1.19 + */
    1.20 +div.ignore_area_list {
    1.21 +  float: left; 
    1.22 +  width: 90%; 
    1.23 +  margin: 20px 0 1em 0; 
    1.24 +}
    1.25  
    1.26 +div.ignore_area_list > 
    1.27 +label.ui_field_label {
    1.28 +  text-align: left ;
    1.29 +  width: 100%;
    1.30 +  border-bottom:1px solid #000000;
    1.31 +  color: #000000;
    1.32 +  font-size:75%;
    1.33 +  font-weight:bold;
    1.34 +  vertical-align:bottom;
    1.35 +  text-transform:none;
    1.36 +  padding:0.5ex 0.5em
    1.37 +}
    1.38 +
    1.39 +div.ignore_area_item {
    1.40 +  clear: none;
    1.41 +  float: left; 
    1.42 +  width: 20em;
    1.43 +  margin: 0.1ex 0.5em;
    1.44 +}
    1.45 +
    1.46 +div.ignore_area_item > input {
    1.47 +  float: none;
    1.48 +  clear: none;
    1.49 +  display: inline;
    1.50 +}
    1.51 +
    1.52 +div.ignore_area_item >
    1.53 +label.ui_field_label {
    1.54 +  float: none;
    1.55 +  clear: none;
    1.56 +  text-align: left;
    1.57 +  display: inline;
    1.58 +}
    1.59 +
    1.60 +div.timeline_results {
    1.61 +  clear: both;
    1.62 +}

Impressum / About Us