mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +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;
|
||||
}
|
||||
|
||||
.rtl table.responsive td {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
table.responsive td.empty {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -1007,6 +1011,10 @@ table.fixed-width-table {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rtl table.responsive.two-columns td {
|
||||
float: right;
|
||||
}
|
||||
|
||||
table.responsive.two-columns td:nth-child(2n+1) {
|
||||
clear: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user