1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 15:50:45 +02:00

[ticket/12608] Improved LTR and various bugfixes

PHPBB3-12608
This commit is contained in:
PayBas
2014-05-29 17:16:37 +02:00
parent 49a1896a76
commit 976bda83db
6 changed files with 59 additions and 15 deletions

View File

@@ -112,6 +112,32 @@
padding-right: 10px;
}
.rtl .dropdown-extended .header .header_settings {
float: left;
}
/* Notifications
----------------------------------------*/
.rtl .notification_list ul li img {
float: right;
margin-left: 5px;
margin-right: 0;
}
.rtl .notification_list div.notifications {
margin-left: 0;
margin-right: 50px;
}
.rtl .notification_text {
margin-left: 0;
margin-right: 58px;
}
.rtl .notification_list p.notification-time {
text-align: left;
}
/* Responsive breadcrumbs
----------------------------------------*/
.rtl .breadcrumbs .crumb {