Added CSS for com.woltlab.wcf.poll
authorAlexander Ebert <ebert@woltlab.com>
Sat, 8 Sep 2012 16:02:59 +0000 (18:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Sep 2012 16:02:59 +0000 (18:02 +0200)
wcfsetup/install/files/style/poll.less

index c3b36a39d1094798c237c71cf9f3b208f107adff..831a124b20651e020f372dcf70946727e1928325 100644 (file)
@@ -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