This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 6bd89b8cbed3f9dff3e3328240aad1882c7e22c2 Author: Greg Stein <[email protected]> AuthorDate: Wed Oct 8 23:45:37 2025 -0500 oop. add the CSS to support vote-on.ezt --- v3/server/static/css/steve.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/v3/server/static/css/steve.css b/v3/server/static/css/steve.css index 21ca5d2..6118779 100644 --- a/v3/server/static/css/steve.css +++ b/v3/server/static/css/steve.css @@ -49,3 +49,10 @@ #state-open { grid-column: 3; grid-row: 1; } #arrow2 { grid-column: 4; grid-row: 1; } #state-closed { grid-column: 5; grid-row: 1; } + +/* vote-on.ezt */ +.issue-item { margin-bottom: 1rem; } +.vote-radio { margin-left: 1rem; } +.description { display: none; } +.description.show { display: block; } +.twiddle { cursor: pointer; }
