liquid_feedback_frontend
diff static/style.css @ 95:6a12fb7e4963
Suggestion API, draft preview, word based diff, multiple fixes
- Added suggestion API
- Initiative API: Drafts optionally delivered as rendered html fragment
- Initiative API: Fixed wrong output of revoked timestamp when using JSON
- Preview added for initiative drafts
- Improved (word based) diff added
- Improved suggestion list
- Added missing sorting of initiative in vote list
- Filter state for member page initiative lists
- Fixed wrong status output in member history
- Fixed wrongly closed div in layout
- Added suggestion API
- Initiative API: Drafts optionally delivered as rendered html fragment
- Initiative API: Fixed wrong output of revoked timestamp when using JSON
- Preview added for initiative drafts
- Improved (word based) diff added
- Improved suggestion list
- Added missing sorting of initiative in vote list
- Filter state for member page initiative lists
- Fixed wrong status output in member history
- Fixed wrongly closed div in layout
author | bsw |
---|---|
date | Mon Aug 30 21:52:19 2010 +0200 (2010-08-30) |
parents | 733f65c0c0a0 |
children | 4fb486bce608 |
line diff
1.1 --- a/static/style.css Thu Aug 19 15:37:51 2010 +0200 1.2 +++ b/static/style.css Mon Aug 30 21:52:19 2010 +0200 1.3 @@ -935,12 +935,14 @@ 1.4 padding: 1ex; 1.5 } 1.6 1.7 -.diff .added { 1.8 +.diff_added { 1.9 background-color: #cfc; 1.10 + text-decoration: underline; 1.11 } 1.12 1.13 -.diff .removed { 1.14 +.diff_removed { 1.15 background-color: #fcc; 1.16 + text-decoration: line-through; 1.17 } 1.18 1.19 .slot_issue_info {