Style changes phpBB 3.2

This commit is contained in:
saint-hh
2017-01-29 12:50:54 +01:00
committed by GitHub
parent b73b968d37
commit af78256355
2 changed files with 6 additions and 32 deletions

View File

@@ -16,12 +16,8 @@
} }
.portal-navigation ul li a{ .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; display: block;
padding: 2px 0; padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-weight: bold; font-weight: bold;
font-size: 90%; font-size: 90%;
} }
@@ -52,8 +48,6 @@
} }
.portal-user-icon { .portal-user-icon {
background-image: url("../../all/theme/images/portal/portal_user.png");
padding-left: 16px;
padding-top: 16px; padding-top: 16px;
float: left; float: left;
margin-bottom: 2px; margin-bottom: 2px;
@@ -63,22 +57,6 @@
float: right; 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 { .portal-user-span {
float: left; float: left;
padding-left: 5px; padding-left: 5px;
@@ -367,7 +345,7 @@ a.portal-forumtitle {
} }
#portal-body .row .pagination { #portal-body .row .pagination {
padding: 1px 0 1px 12px; margin: 1px 0 1px 12px;
} }
#portal-body #viewpoll { #portal-body #viewpoll {
@@ -406,9 +384,6 @@ a.portal-forumtitle {
/* RTL language fixes */ /* RTL language fixes */
.rtl .portal-navigation ul li a{ .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; text-align: right;
} }
@@ -634,3 +609,8 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-
margin-left: -1px; margin-left: -1px;
} }
} }
.fa-backward, .fa-forward {
font-size: 1.4em;
margin-bottom: 4px;
}

View File

@@ -35,12 +35,6 @@
.portal-body-center dt { width: 100% !important; } .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) { @media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
#portal-left, #portal-right { #portal-left, #portal-right {
display: none; display: none;