liquid_feedback_frontend
diff app/main/initiative/_sidebar_state.lua @ 1612:37d910d919a3
Show border line between admission info and draft text
author | bsw |
---|---|
date | Mon Feb 01 21:48:13 2021 +0100 (2021-02-01) |
parents | 7b7406a84346 |
children | 20c1c8cc28ba |
line diff
1.1 --- a/app/main/initiative/_sidebar_state.lua Mon Feb 01 21:45:52 2021 +0100 1.2 +++ b/app/main/initiative/_sidebar_state.lua Mon Feb 01 21:48:13 2021 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 -- voting results 1.5 if initiative.issue.fully_frozen and initiative.issue.closed and initiative.admitted 1.6 and initiative.issue.voter_count then 1.7 - local class = initiative.winner and "sectionRow admitted_info" or "sectionRow not_admitted_info" 1.8 + local class = initiative.winner and "mdl-card__content mdl-card--border admitted_info" or "mdl-card__content mdl-card--border not_admitted_info" 1.9 ui.container{ 1.10 attr = { class = class }, 1.11 content = function()