From 6dc342de9df8351675a4c74a942f31f8e46168c5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 8 Sep 2012 18:02:59 +0200 Subject: [PATCH] Added CSS for com.woltlab.wcf.poll --- wcfsetup/install/files/style/poll.less | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/style/poll.less b/wcfsetup/install/files/style/poll.less index c3b36a39d1..831a124b20 100644 --- a/wcfsetup/install/files/style/poll.less +++ b/wcfsetup/install/files/style/poll.less @@ -1,8 +1,19 @@ -#pollOptionContainer .sortableNode { - margin-top: @wcfGapSmall; +#pollOptionContainer .sortableList { + padding: @wcfGapSmall 0; - .sortableButtonContainer > img { - cursor: pointer; - margin-right: 7px; + .sortableNode { + margin-top: @wcfGapSmall; + + .sortableButtonContainer > img { + cursor: pointer; + margin-right: @wcfGapMedium; + } } +} + +.pollContainer { + float: left; + margin: 0 @wcfGapMedium @wcfGapSmall 0; + max-width: 50%; + min-width: 300px; } \ No newline at end of file -- 2.20.1