From ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 15:40:20 +0300 Subject: [ticket/11552] Responsive post PHPBB3-11552 --- phpBB/styles/prosilver/theme/responsive.css | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'phpBB/styles/prosilver/theme/responsive.css') diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index a119c707b6..fa58e168ca 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -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 { -- cgit v1.2.1