From 84d72ecbbcbdadf40f01801f330e71829a432e42 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 9 Sep 2012 02:25:21 +0200 Subject: [PATCH] Added CSS for com.woltlab.wcf.poll --- wcfsetup/install/files/style/poll.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wcfsetup/install/files/style/poll.less b/wcfsetup/install/files/style/poll.less index 831a124b20..781550aa0f 100644 --- a/wcfsetup/install/files/style/poll.less +++ b/wcfsetup/install/files/style/poll.less @@ -16,4 +16,15 @@ margin: 0 @wcfGapMedium @wcfGapSmall 0; max-width: 50%; min-width: 300px; +} + +.pollResultList > li { + > meter { + width: 79%; + } + + > span { + text-align: right; + width: 20%; + } } \ No newline at end of file -- 2.20.1