mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[ticket/12553] Fix incorrect alignment in ACP responsive tables.
PHPBB3-12553
This commit is contained in:
@@ -987,6 +987,10 @@ table.fixed-width-table {
|
|||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl table.responsive td {
|
||||||
|
text-align: right !important;
|
||||||
|
}
|
||||||
|
|
||||||
table.responsive td.empty {
|
table.responsive td.empty {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -1007,6 +1011,10 @@ table.fixed-width-table {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl table.responsive.two-columns td {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
table.responsive.two-columns td:nth-child(2n+1) {
|
table.responsive.two-columns td:nth-child(2n+1) {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user