[ticket/12553] Fix responsive post profile.

PHPBB3-12553
This commit is contained in:
Cesar G 2014-06-14 09:53:44 -07:00
parent 25e58669d2
commit c11ad7bc9d

View file

@ -968,4 +968,20 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
.rtl table.responsive td {
text-align: right !important;
}
/* Post
----------------------------------------*/
.rtl .postprofile, .rtl .postbody, .rtl .search .postbody {
float: none;
}
.rtl .post .postprofile {
border-width: 0 0 1px 0;
}
.rtl .postprofile .avatar {
float: right;
margin-left: 5px;
margin-right: 0;
}
}