[ticket/641] Use CSS for aligning portal columns

B3P-641
This commit is contained in:
Marc Alexander
2015-07-21 14:48:07 +02:00
parent a1748116f6
commit c61971e7eb
3 changed files with 24 additions and 7 deletions

View File

@@ -4,6 +4,10 @@
display: block;
}
.rtl .portal-body-wrapper {
float: right;
}
#portal-page-body {
clear: both;
margin: 4px 0;