diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-19 15:40:20 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-19 15:40:20 +0300 |
| commit | ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90 (patch) | |
| tree | 439735b2c17a863c716088d3f15eb7eff7b40725 /phpBB/styles/prosilver/theme/responsive.css | |
| parent | 2e5f9ede412026441f037045b5525fcb13b714e0 (diff) | |
| download | forums-ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90.tar forums-ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90.tar.gz forums-ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90.tar.bz2 forums-ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90.tar.xz forums-ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90.zip | |
[ticket/11552] Responsive post
PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/theme/responsive.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 45 |
1 files changed, 45 insertions, 0 deletions
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 { |
