[ticket/482] Get rid of conflicts between portal and phpBB CSS

B3P-482
This commit is contained in:
Marc Alexander
2015-02-26 17:02:11 +01:00
parent 5c79d9452a
commit 3ab38cdf31
2 changed files with 9 additions and 4 deletions

View File

@@ -335,8 +335,10 @@ a.portal-forumtitle {
* This is needed in order to have the same spacing between blocks
* as we have between the top blocks and the headerbar
*/
#portal-body .forabg {
margin-bottom: 0px;
#portal-left .forabg, #portal-center .forabg,
#portal-right .forabg, #portal-top .forabg,
#portal-bottom .forabg {
margin-bottom: 0;
}
#portal-body td {
@@ -351,7 +353,10 @@ a.portal-forumtitle {
margin-left: 0px;
margin-right: 0px;
}
#portal-body li {
#portal-left li, #portal-center li,
#portal-right li, #portal-top li,
#portal-bottom li {
list-style-type: none;
}

View File

@@ -56,7 +56,7 @@
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
.portal-responsive-show { display: block !important; }
.portal-responsive-hide { display: none !important; }
#portal-body { padding-top: 0px !important; }
#portal-body { padding-top: 0 !important; }
#portal-right > .portal-clear, #portal-body > .portal-clear, #portal-left > .portal-clear,
#portal-center > .portal-clear, #portal-login-box .portal-clear { display: none !important; }
#portal-right { width: 50% !important; }