mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
[ticket/12551] Float breadcrumbs to the right in RTL languages.
PHPBB3-12551
This commit is contained in:
parent
bec9b7c34e
commit
4eb1294a27
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* Responsive breadcrumbs
|
||||
----------------------------------------*/
|
||||
.rtl .breadcrumbs .crumb {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
.rtl table.table1 thead th {
|
||||
|
|
Loading…
Add table
Reference in a new issue