mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/12553] Fix responsive post profile.
PHPBB3-12553
This commit is contained in:
@@ -968,4 +968,20 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||||||
.rtl table.responsive td {
|
.rtl table.responsive td {
|
||||||
text-align: right !important;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user