mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
381faac8c0
3 changed files with 9 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
<!-- IF AVATAR_HTML -->
|
<!-- IF AVATAR_HTML -->
|
||||||
<dl class="left-box">
|
<dl class="left-box avatar-rank-container">
|
||||||
<dt class="profile-avatar">{AVATAR_HTML}</dt>
|
<dt class="profile-avatar">{AVATAR_HTML}</dt>
|
||||||
<!-- EVENT memberlist_view_rank_avatar_before -->
|
<!-- EVENT memberlist_view_rank_avatar_before -->
|
||||||
<!-- IF RANK_TITLE --><dd class="profile-avatar">{RANK_TITLE}</dd><!-- ENDIF -->
|
<!-- IF RANK_TITLE --><dd class="profile-avatar">{RANK_TITLE}</dd><!-- ENDIF -->
|
||||||
|
|
|
@ -814,6 +814,10 @@ table.info tbody th {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.avatar-rank-container {
|
||||||
|
max-width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
.left-box.profile-details {
|
.left-box.profile-details {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -498,6 +498,10 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.avatar-rank-container {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Polls
|
/* Polls
|
||||||
---------------------------------------------------------------- */
|
---------------------------------------------------------------- */
|
||||||
fieldset.polls dt {
|
fieldset.polls dt {
|
||||||
|
|
Loading…
Add table
Reference in a new issue