[ticket/14865] Fix comments in responsive

PHPBB3-14865
This commit is contained in:
hanakin 2016-11-25 00:25:41 +01:00
parent 6010bc298e
commit 154552dfa4

View file

@ -10,7 +10,7 @@
} }
/* Notifications list /* Notifications list
----------------------------------------*/ ---------------------------------------------------------------- */
@media (max-width: 350px) { @media (max-width: 350px) {
.dropdown-extended .dropdown-contents { .dropdown-extended .dropdown-contents {
@ -139,8 +139,9 @@
.responsive-show-inline-block { .responsive-show-inline-block {
display: inline-block !important; display: inline-block !important;
} }
/* Content wrappers /* Content wrappers
----------------------------------------*/ ---------------------------------------------------------------- */
html { html {
height: auto; height: auto;
} }
@ -156,8 +157,9 @@
margin: 0; margin: 0;
padding: 0 5px; padding: 0 5px;
} }
/* Common block wrappers /* Common block wrappers
----------------------------------------*/ ---------------------------------------------------------------- */
.headerbar, .headerbar,
.navbar, .navbar,
.forabg, .forabg,
@ -175,8 +177,9 @@
.cp-main .panel { .cp-main .panel {
border-radius: 7px; border-radius: 7px;
} }
/* Logo block /* Logo block
----------------------------------------*/ ---------------------------------------------------------------- */
.site-description { .site-description {
text-align: center; text-align: center;
float: none; float: none;
@ -204,18 +207,21 @@
.search-header { .search-header {
display: none; display: none;
} }
/* Navigation /* Navigation
----------------------------------------*/ ---------------------------------------------------------------- */
.headerbar + .navbar { .headerbar + .navbar {
margin-top: -5px; margin-top: -5px;
} }
/* Search /* Search
----------------------------------------*/ ---------------------------------------------------------------- */
.responsive-search { .responsive-search {
display: block !important; display: block !important;
} }
/* .topiclist lists
----------------------------------------*/ /* Forums and topicslists
---------------------------------------------------------------- */
li.header dt { li.header dt {
font-size: 1.2em; font-size: 1.2em;
line-height: 1em; line-height: 1em;
@ -264,8 +270,6 @@
ul.topiclist dd.mark { ul.topiclist dd.mark {
display: block; display: block;
} }
/* Forums and topics lists
----------------------------------------*/
ul.topiclist.forums dt { ul.topiclist.forums dt {
margin-right: -250px; margin-right: -250px;
} }
@ -301,8 +305,9 @@
overflow: hidden; overflow: hidden;
max-width: 100px; max-width: 100px;
} }
/* Pagination /* Pagination
----------------------------------------*/ ---------------------------------------------------------------- */
.pagination > ul { .pagination > ul {
margin: 5px 0 0; margin: 5px 0 0;
} }
@ -315,8 +320,9 @@
.row .pagination .ellipsis + li { .row .pagination .ellipsis + li {
display: none !important; display: none !important;
} }
/* Responsive tables /* Responsive tables
----------------------------------------*/ ---------------------------------------------------------------- */
table.responsive, table.responsive,
table.responsive tbody, table.responsive tbody,
table.responsive tr, table.responsive tr,
@ -371,8 +377,9 @@
table.responsive.memberlist td:first-child input[type='checkbox'] { table.responsive.memberlist td:first-child input[type='checkbox'] {
float: right; float: right;
} }
/* Forms /* Forms
----------------------------------------*/ ---------------------------------------------------------------- */
fieldset dt, fieldset dt,
fieldset.fields1 dt, fieldset.fields1 dt,
fieldset.fields2 dt { fieldset.fields2 dt {
@ -459,16 +466,18 @@
display: inline-block; display: inline-block;
min-width: 50%; min-width: 50%;
} }
/* User profile /* User profile
----------------------------------------*/ ---------------------------------------------------------------- */
.column1, .column1,
.column2, .column2,
.left-box.profile-details { .left-box.profile-details {
float: none; float: none;
width: auto; width: auto;
} }
/* Polls /* Polls
----------------------------------------*/ ---------------------------------------------------------------- */
fieldset.polls dt { fieldset.polls dt {
width: 90%; width: 90%;
} }
@ -485,8 +494,9 @@
fieldset.polls dd.poll_option_percent { fieldset.polls dd.poll_option_percent {
margin-top: 5px; margin-top: 5px;
} }
/* Post /* Post
----------------------------------------*/ ---------------------------------------------------------------- */
.postbody { .postbody {
position: inherit; position: inherit;
} }
@ -554,8 +564,9 @@
.online { .online {
background-size: 40px; background-size: 40px;
} }
/* Misc stuff /* Misc stuff
----------------------------------------*/ ---------------------------------------------------------------- */
h2 { h2 {
margin-top: 0.5em; margin-top: 0.5em;
} }