liquid_feedback_frontend
diff static/lf4.css @ 1658:c08690678b2d
Do not show authors as avatar, improved suggestion rating info
| author | bsw |
|---|---|
| date | Sun Feb 14 13:27:21 2021 +0100 (2021-02-14) |
| parents | 036703d1b400 |
| children | fcf0bc8706f4 |
line diff
1.1 --- a/static/lf4.css Sun Feb 14 13:12:08 2021 +0100 1.2 +++ b/static/lf4.css Sun Feb 14 13:27:21 2021 +0100 1.3 @@ -446,6 +446,11 @@ 1.4 display: inline-block; 1.5 } 1.6 1.7 +.suggestion_rating_info { 1.8 + float: right; 1.9 + line-height: 200%; 1.10 +} 1.11 + 1.12 .diff .diff_removed { 1.13 text-decoration: line-through; 1.14 background: #f00;