1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/11552] Responsive PM editor

Responsive PM editor, fix quickmod tools

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-19 16:20:34 +03:00
parent ee8d7b536c
commit fbd57b9369
2 changed files with 22 additions and 2 deletions

View File

@@ -317,6 +317,20 @@ textarea, dd textarea, #message-box textarea {
box-sizing: border-box;
}
dl.pmlist dt {
width: auto !important;
margin-bottom: 5px;
}
dl.pmlist dd {
display: inline-block;
margin-left: 0 !important;
}
dl.pmlist dd:first-of-type {
padding-left: 20px;
}
#smiley-box, #message-box {
float: none;
width: auto;
@@ -369,7 +383,7 @@ textarea, dd textarea, #message-box textarea {
/* Post
----------------------------------------*/
.postprofile, .postbody {
.postprofile, .postbody, .search .postbody {
display: block;
width: auto;
float: none;
@@ -436,6 +450,12 @@ p.rightside {
overflow: hidden;
}
fieldset.quickmod {
width: auto;
float: none;
text-align: center;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
p.responsive-center {