diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 187718d8c1..f3e62db649 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -31,7 +31,7 @@
-
+
- {L_FIND_USERNAME}
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index fa58e168ca..39004c0eaf 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -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 {