liquid_feedback_frontend

diff static/gregor.js/gregor.css @ 11:77d58efe99fd

Version beta7

Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://

Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation

New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists

Language chooser at the login page has been added (again)
author bsw
date Fri Jan 22 12:00:00 2010 +0100 (2010-01-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/static/gregor.js/gregor.css	Fri Jan 22 12:00:00 2010 +0100
     1.3 @@ -0,0 +1,92 @@
     1.4 +.gregor_sheet {
     1.5 +  border:          1px solid black;
     1.6 +  border-collapse: collapse;
     1.7 +  margin:          0;
     1.8 +  padding:         0;
     1.9 +  background:      #fff;
    1.10 +  color:           #000;
    1.11 +}
    1.12 +.gregor_sheet th, .gregor_sheet td {
    1.13 +  margin: 0;
    1.14 +  font-size: 70%;
    1.15 +}
    1.16 +.gregor_year, .gregor_month {
    1.17 +  background-color: #ddd;
    1.18 +  border-bottom:    1px solid black;
    1.19 +  font-weight:      normal;
    1.20 +  text-align:       center;
    1.21 +}
    1.22 +.gregor_year a, .gregor_month a {
    1.23 +  color:           #000;
    1.24 +  text-decoration: none;
    1.25 +}
    1.26 +.gregor_year a:hover, .gregor_month a:hover {
    1.27 +  color: #f00;
    1.28 +}
    1.29 +.gregor_weekday {
    1.30 +  font-size:   80%;
    1.31 +  padding-top: 0.5em;
    1.32 +}
    1.33 +.gregor_day {
    1.34 +  padding-bottom: 0.35em;
    1.35 +}
    1.36 +
    1.37 +.gregor_weekday,
    1.38 +.gregor_day {
    1.39 +  padding-left: 0.25em;
    1.40 +  padding-right: 0.25em;
    1.41 +}
    1.42 +.gregor_weeks_left .gregor_weekday,
    1.43 +.gregor_weeks_left .gregor_day {
    1.44 +  padding-left: 0;
    1.45 +  padding-right: 0.5em;
    1.46 +}
    1.47 +.gregor_weeks_right .gregor_weekday,
    1.48 +.gregor_weeks_right .gregor_day {
    1.49 +  padding-left: 0.5em;
    1.50 +  padding-right: 0;
    1.51 +}
    1.52 +.gregor_weekday {
    1.53 +  text-align: center;
    1.54 +}
    1.55 +.gregor_weeks_left .gregor_week {
    1.56 +  padding-left:  0.25em;
    1.57 +  padding-right: 0.5em;
    1.58 +}
    1.59 +.gregor_weeks_right .gregor_week {
    1.60 +  padding-left:  1em;
    1.61 +  padding-right: 0.25em;
    1.62 +}
    1.63 +.gregor_week {
    1.64 +  color:       #666;
    1.65 +  font-size:   80%;
    1.66 +  font-weight: normal;
    1.67 +  text-align:  right;
    1.68 +}
    1.69 +td.gregor_day {
    1.70 +  text-align: right;
    1.71 +}
    1.72 +td.gregor_day a {
    1.73 +  background-color: #ddd;
    1.74 +  color:            #000;
    1.75 +  display:          block;
    1.76 +  padding-bottom:   0.25ex;
    1.77 +  padding-right:    0.25em;
    1.78 +  padding-top:      0.25ex;
    1.79 +  text-decoration:  none;
    1.80 +  width:            2em;
    1.81 +}
    1.82 +td.gregor_day.gregor_sat a {
    1.83 +  background-color: #bbb;
    1.84 +}
    1.85 +td.gregor_day.gregor_sun a {
    1.86 +  background-color: #ea9;
    1.87 +}
    1.88 +td.gregor_day.gregor_today a {
    1.89 +  font-weight: bold;
    1.90 +}
    1.91 +td.gregor_day.gregor_selected a {
    1.92 +  background-color: #444;
    1.93 +  color:            #fff;
    1.94 +}
    1.95 +

Impressum / About Us