1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/15192] Cleanup selectors and proper scope

PHPBB3-15192
This commit is contained in:
hanakin
2017-04-25 18:07:21 -04:00
parent 308b0778cf
commit 323f187ccf
4 changed files with 39 additions and 39 deletions

View File

@@ -126,7 +126,7 @@
text-align: right;
}
.rtl .dropdown-extended .header .header_settings,
.rtl .dropdown-extended .header .header-settings,
.rtl .dropdown-container-right {
float: left;
}
@@ -138,23 +138,23 @@
/* Notifications
----------------------------------------- */
.rtl .notification_list ul li img {
.rtl .notification-avatar {
float: right;
margin-right: 0;
margin-left: 5px;
}
.rtl .notification_list div.notifications {
.rtl .notification-menu .notifications {
margin-right: 50px;
margin-left: 0;
}
.rtl .notification_text {
.rtl .notification-text {
margin-right: 58px;
margin-left: 0;
}
.rtl .notification_list p.notification-time {
.rtl .notification-time {
text-align: left;
}