1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/11957] Responsive forums list

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin
2013-10-26 11:01:23 +03:00
parent 10f0c8b333
commit b107b4c0e2
3 changed files with 48 additions and 10 deletions

View File

@@ -750,6 +750,19 @@ td.name {
color: #BC2A4D;
}
/* Forums list */
table.forums td.folder {
width: 27px;
text-align: center;
}
table.forums td.actions {
vertical-align: middle;
width: 100px;
text-align: right;
white-space: nowrap;
}
@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 {
@@ -846,6 +859,36 @@ td.name {
table.responsive#memberlist td:first-child input[type="checkbox"] {
float: right;
}
/* Forums list */
table.responsive.forums td.folder {
float: left;
width: 27px;
background: transparent;
}
.rtl table.responsive.forums td.folder {
float: right;
}
table.responsive.forums td.forum-desc {
margin-left: 35px;
min-height: 27px;
background: transparent;
}
.rtl table.responsive.forums td.forum-desc {
margin-left: 0;
margin-right: 35px;
}
table.responsive.forums td.actions {
clear: both;
text-align: right !important;
}
.rtl table.responsive.forums td.actions {
text-align: left !important;
}
}
/* General form styles