1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11957] Responsive styles list

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin
2013-10-26 11:56:03 +03:00
parent 7b3f63e8a3
commit 49e30b1243
3 changed files with 31 additions and 6 deletions

View File

@@ -763,6 +763,11 @@ table.forums td.actions {
white-space: nowrap;
}
/* Styles list */
table.styles td.users, table.styles td.actions, table.styles td.mark {
text-align: center;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
@@ -889,6 +894,16 @@ table.forums td.actions {
.rtl table.responsive.forums td.actions {
text-align: left !important;
}
/* Styles list */
table.responsive.styles tr.responsive-style-row td:first-child {
padding-left: 4px !important;
padding-right: 4px !important;
}
table.responsive.styles td:first-child > dfn, table.responsive.styles td.actions > dfn {
display: none !important;
}
}
/* General form styles