diff --git a/styles/prosilver/template/portal/modules/poll_side.html b/styles/prosilver/template/portal/modules/poll_side.html index 9f3ac7f8..59e64765 100644 --- a/styles/prosilver/template/portal/modules/poll_side.html +++ b/styles/prosilver/template/portal/modules/poll_side.html @@ -5,16 +5,15 @@

{poll_side.POLL_QUESTION}

-

{poll_side.L_POLL_LENGTH}
{poll_side.L_MAX_VOTES}

+

{poll_side.L_POLL_LENGTH}
{poll_side.L_MAX_VOTES}

-
title="{L_POLL_VOTED_OPTION}"> +
title="{L_POLL_VOTED_OPTION}">
{poll_side.poll_option.POLL_OPTION_CAPTION}

-
checked="checked" /> checked="checked" />
-
{poll_side.poll_option.POLL_OPTION_RESULT}
-
{L_NO_VOTES}{poll_side.poll_option.POLL_OPTION_PERCENT}
+
checked="checked" /> checked="checked" />
+
{L_NO_VOTES}{poll_side.poll_option.POLL_OPTION_PERCENT}
@@ -23,24 +22,24 @@
-

{L_TOTAL_VOTES} : {poll_side.TOTAL_VOTES}

+

{L_TOTAL_VOTES} : {poll_side.TOTAL_VOTES}

-
+
-
-

{L_VIEW_RESULTS}

+
+

{L_VIEW_RESULTS}

-
-

{L_VIEW_TOPIC}

+
+

{L_VIEW_TOPIC}

@@ -49,9 +48,9 @@ -
+
- {L_NO_POLL} + {L_NO_POLL}
diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 7558272a..032dcae2 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -188,13 +188,35 @@ a.portal-forumtitle { } .portal-poll-subtext { - font-size: 1.0em; + font-size: 1.0em !important; + width: 10em; } .portal-poll-vote { border-top: none; } +.portal-poll-side-option dt { + width: 30% !important; +} + +.portal-poll-side-option dt:first-child { + width: 60% !important; +} + +.portal-poll-side-option-info { + width: 30% !important; +} + +.portal-poll-side-checkbox { + float: right; +} + +.portal-poll-side-checkbox input { + vertical-align: top; + margin-top: 0; +} + /** * Calendar CSS rules */