From fbd57b93696394e5c80297c4b166fff5bfc16860 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 16:20:34 +0300 Subject: [PATCH] [ticket/11552] Responsive PM editor Responsive PM editor, fix quickmod tools PHPBB3-11552 --- .../prosilver/template/posting_editor.html | 2 +- phpBB/styles/prosilver/theme/responsive.css | 22 ++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) 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 {