[ticket/11956] Scale down large avatars

Prevent large avatars from breaking layout on any resolution.

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin 2013-10-21 15:38:58 +03:00
parent e660c1a554
commit af5e25cdf5

View file

@ -711,6 +711,11 @@ fieldset.polls dd div {
margin-bottom: 3px;
}
.postprofile .avatar img {
max-width: 90%;
height: auto !important;
}
.online {
background-image: none;
background-position: 100% 0;