mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 19:56:52 +02:00
[ticket/12551] Float breadcrumbs to the right in RTL languages.
PHPBB3-12551
This commit is contained in:
@ -112,6 +112,12 @@
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Responsive breadcrumbs
|
||||||
|
----------------------------------------*/
|
||||||
|
.rtl .breadcrumbs .crumb {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
/* Table styles
|
/* Table styles
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.rtl table.table1 thead th {
|
.rtl table.table1 thead th {
|
||||||
|
Reference in New Issue
Block a user