From af7825635539e50257ca5906db038ebf7c42dd83 Mon Sep 17 00:00:00 2001 From: saint-hh Date: Sun, 29 Jan 2017 12:50:54 +0100 Subject: [PATCH] Style changes phpBB 3.2 --- styles/prosilver/theme/portal.css | 32 ++++--------------- .../prosilver/theme/portal_all_responsive.css | 6 ---- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 646787c5..07d58ce6 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -16,12 +16,8 @@ } .portal-navigation ul li a{ - background-image: url("./images/portal/arrowbullet.gif"); - background-repeat: no-repeat; - background-position: center left; /*custom bullet list image*/ display: block; padding: 2px 0; - padding-left: 19px; /*link text is indented 19px*/ font-weight: bold; font-size: 90%; } @@ -52,8 +48,6 @@ } .portal-user-icon { - background-image: url("../../all/theme/images/portal/portal_user.png"); - padding-left: 16px; padding-top: 16px; float: left; margin-bottom: 2px; @@ -63,22 +57,6 @@ float: right; } -.portal-arrow-left-icon { - background-image: url('../../all/theme/images/portal/cal_icon_left_arrow.png'); - padding-left: 16px; - padding-top: 16px; - float: left; - margin-bottom: 2px; -} - -.portal-arrow-right-icon { - background-image: url('../../all/theme/images/portal/cal_icon_right_arrow.png'); - padding-left: 16px; - padding-top: 16px; - float: right; - margin-bottom: 2px; -} - .portal-user-span { float: left; padding-left: 5px; @@ -367,7 +345,7 @@ a.portal-forumtitle { } #portal-body .row .pagination { - padding: 1px 0 1px 12px; + margin: 1px 0 1px 12px; } #portal-body #viewpoll { @@ -406,9 +384,6 @@ a.portal-forumtitle { /* RTL language fixes */ .rtl .portal-navigation ul li a{ - background-image: url("./images/portal/arrowbullet_rtl.gif"); - background-position: center right; /* custom bullet list image */ - padding-right: 19px; /* link text is indented 19px */ text-align: right; } @@ -634,3 +609,8 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last- margin-left: -1px; } } + +.fa-backward, .fa-forward { + font-size: 1.4em; + margin-bottom: 4px; +} \ No newline at end of file diff --git a/styles/prosilver/theme/portal_all_responsive.css b/styles/prosilver/theme/portal_all_responsive.css index 34c15b01..a173a691 100644 --- a/styles/prosilver/theme/portal_all_responsive.css +++ b/styles/prosilver/theme/portal_all_responsive.css @@ -35,12 +35,6 @@ .portal-body-center dt { width: 100% !important; } } -@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) { - .portal-body-center ul.topiclist dt .list-inner { - margin-right: 0; - } -} - @media only screen and (max-width: 540px), only screen and (max-device-width: 540px) { #portal-left, #portal-right { display: none;