Added missing poll.less
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Sep 2012 13:54:51 +0000 (15:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Sep 2012 13:54:51 +0000 (15:54 +0200)
wcfsetup/install/files/style/poll.less [new file with mode: 0644]

diff --git a/wcfsetup/install/files/style/poll.less b/wcfsetup/install/files/style/poll.less
new file mode 100644 (file)
index 0000000..c3b36a3
--- /dev/null
@@ -0,0 +1,8 @@
+#pollOptionContainer .sortableNode {
+       margin-top: @wcfGapSmall;
+       
+       .sortableButtonContainer > img {
+               cursor: pointer;
+               margin-right: 7px;
+       }
+}
\ No newline at end of file