diff options
author | 2013-10-22 00:11:48 +0300 | |
---|---|---|
committer | 2013-10-24 18:36:16 +0300 | |
commit | d2d4438db50e54b9ad61731b5d92d01bd057309c (patch) | |
tree | 7c6b84093432de814fb97f53bdc2a3749b755340 /phpBB/styles/prosilver/template/mcp_front.html | |
parent | [ticket/11956] Move responsive *CP navigation (diff) | |
download | phpbb-d2d4438db50e54b9ad61731b5d92d01bd057309c.tar.gz phpbb-d2d4438db50e54b9ad61731b5d92d01bd057309c.tar.bz2 phpbb-d2d4438db50e54b9ad61731b5d92d01bd057309c.zip |
[ticket/11956] Adjustments to responsive topiclist lists
Changes behavior of topiclist lists on mobile devices.
Shows/hides certain elements in each row to present all
important information to visitor on mobile devices, such
as last post when viewing forum instead of first post.
Also fixes topiclist layout bug in drafts.html
PHPBB3-11956
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_front.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_front.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 402cfe029a..6826b0af52 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -21,7 +21,7 @@ </dl> </li> </ul> - <ul class="topiclist cplist missing-column"> + <ul class="topiclist cplist missing-column responsive-show-all"> <!-- BEGIN unapproved --> <li class="row<!-- IF unapproved.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> @@ -75,7 +75,7 @@ </dl> </li> </ul> - <ul class="topiclist cplist two-long-columns"> + <ul class="topiclist cplist two-long-columns responsive-show-all"> <!-- BEGIN report --> <li class="row<!-- IF report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> @@ -116,7 +116,7 @@ </dl> </li> </ul> - <ul class="topiclist cplist two-long-columns"> + <ul class="topiclist cplist two-long-columns responsive-show-all"> <!-- BEGIN pm_report --> <li class="row<!-- IF pm_report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> |