From df0025624dee0421ca95706eb7f9131f4e72baa5 Mon Sep 17 00:00:00 2001 From: Yingtong Li Date: Tue, 9 Jan 2018 17:39:07 +0800 Subject: [PATCH] Tweak CSS for preferential voting --- eosweb/core/static/css/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/eosweb/core/static/css/main.css b/eosweb/core/static/css/main.css index ea1fb51..33bf464 100644 --- a/eosweb/core/static/css/main.css +++ b/eosweb/core/static/css/main.css @@ -130,6 +130,17 @@ time[title] { text-align: center; } +.preferential-choice .number select { + background-color: white; +} + +.preferential-choice .content { + /* Vertically center */ + display: flex; + flex-direction: column; + justify-content: center; +} + .preferential-choice .party-name, .preferential-choice .ticket-party-name { font-style: italic; font-size: small;