mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
bebcd59694
3 changed files with 8 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<!-- IF AVATAR_IMG -->
|
<!-- IF AVATAR_IMG -->
|
||||||
<dl class="left-box">
|
<dl class="left-box">
|
||||||
<dt>{AVATAR_IMG}</dt>
|
<dt class="profile-avatar">{AVATAR_IMG}</dt>
|
||||||
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
|
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
|
||||||
<!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
|
<!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
@ -768,6 +768,7 @@ table.info tbody th {
|
||||||
float: left;
|
float: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-box.profile-details {
|
.left-box.profile-details {
|
||||||
|
@ -778,6 +779,7 @@ table.info tbody th {
|
||||||
float: right;
|
float: right;
|
||||||
width: auto;
|
width: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.details {
|
dl.details {
|
||||||
|
|
|
@ -759,6 +759,11 @@ dd.profile-contact {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Profile used on view-profile */
|
||||||
|
.profile-avatar img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* pm list in compose message if mass pm is enabled */
|
/* pm list in compose message if mass pm is enabled */
|
||||||
dl.pmlist dt {
|
dl.pmlist dt {
|
||||||
width: 60% !important;
|
width: 60% !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue