Added CSS for com.woltlab.wcf.poll
authorAlexander Ebert <ebert@woltlab.com>
Sun, 9 Sep 2012 00:25:21 +0000 (02:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 9 Sep 2012 00:25:21 +0000 (02:25 +0200)
wcfsetup/install/files/style/poll.less

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