1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/11552] Responsive post

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-19 15:40:20 +03:00
parent 2e5f9ede41
commit ee8d7b536c
7 changed files with 65 additions and 34 deletions

View File

@@ -367,6 +367,51 @@ textarea, dd textarea, #message-box textarea {
}
}
/* Post
----------------------------------------*/
.postprofile, .postbody {
display: block;
width: auto;
float: none;
padding: 0;
min-height: 0;
}
.post .postprofile {
width: auto;
border-width: 0 0 1px 0;
padding-bottom: 5px;
margin: 0;
margin-bottom: 5px;
overflow: hidden;
}
.postprofile dd {
display: none;
}
.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
display: block;
margin: 0;
}
.postprofile ul.profile-icons {
display: none;
}
.postprofile .avatar {
display: block;
float: left;
margin-right: 5px;
}
.postprofile .avatar img {
width: auto !important;
height: auto !important;
display: block;
max-height: 32px;
}
/* Misc stuff
----------------------------------------*/
h2 {