@@ -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
*/