mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12553] Fix responsive user profile.
PHPBB3-12553
This commit is contained in:
parent
c11ad7bc9d
commit
0f034ca717
2 changed files with 19 additions and 5 deletions
|
@ -969,6 +969,25 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||||
text-align: right !important;
|
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
|
/* Post
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.rtl .postprofile, .rtl .postbody, .rtl .search .postbody {
|
.rtl .postprofile, .rtl .postbody, .rtl .search .postbody {
|
||||||
|
|
|
@ -459,11 +459,6 @@ p.rightside {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column1, .column2 {
|
|
||||||
width: auto;
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset.quickmod {
|
fieldset.quickmod {
|
||||||
width: auto;
|
width: auto;
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue