[ticket/12553] Fix responsive user profile.

PHPBB3-12553
This commit is contained in:
Cesar G 2014-06-14 10:03:09 -07:00
parent c11ad7bc9d
commit 0f034ca717
2 changed files with 19 additions and 5 deletions

View file

@ -969,6 +969,25 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
text-align: right !important;
}
/* User profile
----------------------------------------*/
.rtl .column1, .rtl .column2, .rtl .left-box.profile-details {
float: none;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
.rtl dl.details dt, .rtl dl.details dd {
float: none;
text-align: right;
}
.rtl dl.details dd {
margin-left: 0;
margin-right: 20px;
}
}
/* Post
----------------------------------------*/
.rtl .postprofile, .rtl .postbody, .rtl .search .postbody {

View file

@ -459,11 +459,6 @@ p.rightside {
margin-bottom: 0;
}
.column1, .column2 {
width: auto;
float: none;
}
fieldset.quickmod {
width: auto;
float: none;