Style changes phpBB 3.2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user