[ticket/626] Correctly resize portal on all pages again

B3P-626
This commit is contained in:
Marc Alexander
2015-06-21 21:39:00 +02:00
parent 6a5c79787d
commit c0841d17b3

View File

@@ -2,7 +2,14 @@
.portal-body-center dd.posts, .portal-body-center dd.views { .portal-body-center dd.posts, .portal-body-center dd.views {
display: none !important; display: none !important;
} }
.portal-body-center dt { width: 130% !important; }
.portal-body-center ul.topiclist dt .list-inner {
margin-right: 60%;
}
.portal-body-center ul.topiclist dt {
margin-right: -60%;
}
.portal-body-center dd.lastpost { width: auto; } .portal-body-center dd.lastpost { width: auto; }
} }