mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12553] Fix responsive post profile.
PHPBB3-12553
This commit is contained in:
parent
25e58669d2
commit
c11ad7bc9d
1 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue