[ticket/482] Get rid of conflicts between portal and phpBB CSS
B3P-482
This commit is contained in:
@@ -335,8 +335,10 @@ a.portal-forumtitle {
|
|||||||
* This is needed in order to have the same spacing between blocks
|
* This is needed in order to have the same spacing between blocks
|
||||||
* as we have between the top blocks and the headerbar
|
* as we have between the top blocks and the headerbar
|
||||||
*/
|
*/
|
||||||
#portal-body .forabg {
|
#portal-left .forabg, #portal-center .forabg,
|
||||||
margin-bottom: 0px;
|
#portal-right .forabg, #portal-top .forabg,
|
||||||
|
#portal-bottom .forabg {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#portal-body td {
|
#portal-body td {
|
||||||
@@ -351,7 +353,10 @@ a.portal-forumtitle {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 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;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
||||||
.portal-responsive-show { display: block !important; }
|
.portal-responsive-show { display: block !important; }
|
||||||
.portal-responsive-hide { display: none !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-right > .portal-clear, #portal-body > .portal-clear, #portal-left > .portal-clear,
|
||||||
#portal-center > .portal-clear, #portal-login-box .portal-clear { display: none !important; }
|
#portal-center > .portal-clear, #portal-login-box .portal-clear { display: none !important; }
|
||||||
#portal-right { width: 50% !important; }
|
#portal-right { width: 50% !important; }
|
||||||
|
|||||||
Reference in New Issue
Block a user