diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme/responsive.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 4134b2eb95..a119c707b6 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -347,6 +347,26 @@ textarea, dd textarea, #message-box textarea { display: inline-block !important; } +/* User profile +----------------------------------------*/ +.column1, .column2, .left-box.profile-details { + float: none; + width: auto; +} + +@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) +{ + dl.details dt, dl.details dd { + width: auto; + float: none; + text-align: left; + } + + dl.details dd { + margin-left: 20px; + } +} + /* Misc stuff ----------------------------------------*/ h2 { @@ -389,6 +409,10 @@ p.rightside { text-align: center; } + .topic-actions > .pagination { + padding-bottom: 1px; + } + .topic-actions > div.search-box, p.jumpbox-return { display: none; } |
