liquid_feedback_frontend
diff static/style.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)
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 | 72c5e0ee7c98 | 
| children | 559c6be0e1e9 | 
   line diff
1.1 --- a/static/style.css Sun Jan 10 12:00:00 2010 +0100 1.2 +++ b/static/style.css Fri Jan 22 12:00:00 2010 +0100 1.3 @@ -438,6 +438,14 @@ 1.4 * ui.paginate 1.5 */ 1.6 1.7 +.ui_paginate_head { 1.8 + margin-bottom: 1ex; 1.9 +} 1.10 + 1.11 +.ui_paginate_foot { 1.12 + margin-top: 1ex; 1.13 +} 1.14 + 1.15 .ui_paginate_select a { 1.16 padding: 0.5ex; 1.17 } 1.18 @@ -517,6 +525,11 @@ 1.19 padding-right: 0.5em; 1.20 } 1.21 1.22 +.ui_field_label.label_right { 1.23 + text-align: left; 1.24 + width: auto; 1.25 +} 1.26 + 1.27 .login input[type=text], 1.28 .login input[type=password] { 1.29 width: 10em; 1.30 @@ -581,6 +594,14 @@ 1.31 background-color: #ddd; 1.32 } 1.33 1.34 +.nohover tr:hover td { 1.35 + background-color: #fff; 1.36 +} 1.37 + 1.38 +.nohover table tr:hover td { 1.39 + background-color: #ddd; 1.40 +} 1.41 + 1.42 1.43 tr table tr:hover td { 1.44 background-color: #fff; 1.45 @@ -817,7 +838,8 @@ 1.46 .draft_updated_info, 1.47 .voting_active_info, 1.48 .revoked_info, 1.49 -.initiator_invite_info { 1.50 +.initiator_invite_info, 1.51 +.motd { 1.52 background-color: #fec; 1.53 border: 2px solid #b96; 1.54 padding: 1ex; 1.55 @@ -901,6 +923,10 @@ 1.56 color: #000; 1.57 } 1.58 1.59 +.action_active { 1.60 + background-color: #fec; 1.61 +} 1.62 + 1.63 /************************************************************************* 1.64 * Voting 1.65 */