liquid_feedback_frontend
diff app/main/_layout/default.html @ 1503:64229f002a47
Added support for voting weight
author | bsw |
---|---|
date | Thu Jul 30 23:15:49 2020 +0200 (2020-07-30) |
parents | 3ab878ba277e |
children | dac776cd0a7f |
line diff
1.1 --- a/app/main/_layout/default.html Tue Mar 24 16:59:32 2020 +0100 1.2 +++ b/app/main/_layout/default.html Thu Jul 30 23:15:49 2020 +0200 1.3 @@ -364,7 +364,18 @@ 1.4 .draft .portrait img { 1.5 width: 33.333%; 1.6 } 1.7 - 1.8 + .member_weight { 1.9 + background: #070; 1.10 + color: #fff; 1.11 + border-radius: 8px; 1.12 + padding: 0 3px; 1.13 + } 1.14 + .card-issue { 1.15 + background: rgb(76,175,80); 1.16 + } 1.17 + .card-issue a { 1.18 + color: #fff; 1.19 + } 1.20 @media (max-width: 960px) { 1.21 .draft img { 1.22 float: none; 1.23 @@ -606,8 +617,9 @@ 1.24 } 1.25 1.26 .contextlinks { 1.27 - font-size: 14px; 1.28 - margin-bottom: 5px; 1.29 + color: #fff; 1.30 + xfont-size: 14px; 1.31 + xmargin-bottom: 5px; 1.32 } 1.33 1.34 /*************************************************************************