diff --git a/styles/prosilver/template/portal/modules/poll_center.html b/styles/prosilver/template/portal/modules/poll_center.html index 7fa8771d..6f169458 100644 --- a/styles/prosilver/template/portal/modules/poll_center.html +++ b/styles/prosilver/template/portal/modules/poll_center.html @@ -11,7 +11,7 @@
-
title="{L_POLL_VOTED_OPTION}"> +
title="{L_POLL_VOTED_OPTION}">
{poll.poll_option.POLL_OPTION_CAPTION}
checked="checked" /> checked="checked" />
{poll.poll_option.POLL_OPTION_RESULT}
@@ -25,7 +25,7 @@
 
-

{L_TOTAL_VOTES} : {poll.TOTAL_VOTES}

+

{L_TOTAL_VOTES} : {poll.TOTAL_VOTES}

diff --git a/styles/prosilver/template/portal/modules/whois_online_center.html b/styles/prosilver/template/portal/modules/whois_online_center.html index e58e2e0e..ef5ed7a8 100644 --- a/styles/prosilver/template/portal/modules/whois_online_center.html +++ b/styles/prosilver/template/portal/modules/whois_online_center.html @@ -1,7 +1,7 @@ {$C_BLOCK_H_L}{$TITLE}{$TITLE}{$C_BLOCK_H_R}
  • -
    +

    {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
    {RECORD_USERS}

    {LOGGED_IN_USER_LIST}
    {L_LEGEND}: {PORTAL_LEGEND}

    diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index acb502d1..4f298879 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -92,6 +92,10 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{ padding: 1px 0 1px 12px; } +#portal-body #viewpoll { + margin-left: 0px; +} + /** * margin spacing as in default prosilver for the forumlist */ diff --git a/styles/prosilver/theme/responsive.css b/styles/prosilver/theme/responsive.css index 66a2b480..43d8d0d9 100644 --- a/styles/prosilver/theme/responsive.css +++ b/styles/prosilver/theme/responsive.css @@ -14,9 +14,22 @@ @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { .responsive-portal-news dd.lastpost { display: none !important; } + .responsive-portal-news dt .list-inner { margin-right: 0px !important; } + .responsive-portal-news dt { width: 100% !important; } + dt#n { width: 100% !important; } + + .portal-responsive-poll .resultbar { + display: none !important; + } + .portal-responsive-poll dt { width: 45% !important; } + .portal-responsive-poll dd { + width: 45% !important; + float: right !important; + } } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { #portal-left ul.topiclist dd { display: block !important; } + .portal-responsive-show { display: block !important; } }