2016-12-20 20:26:44 +01:00
|
|
|
#notification_overview_filter label {
|
2020-10-09 14:49:01 +03:00
|
|
|
display: block;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
2017-01-09 07:52:19 +01:00
|
|
|
#notification_overview_list {
|
|
|
|
.img-space {
|
2020-10-09 14:49:01 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 25px;
|
|
|
|
left: 25px;
|
2017-01-09 07:52:19 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-20 20:26:44 +01:00
|
|
|
@media (max-width: 767px) {
|
2017-01-09 07:52:19 +01:00
|
|
|
.notifications {
|
|
|
|
position: inherit !important;
|
|
|
|
float: left !important;
|
|
|
|
}
|
2016-12-20 20:26:44 +01:00
|
|
|
|
2017-01-09 07:52:19 +01:00
|
|
|
.notifications .dropdown-menu {
|
|
|
|
width: 300px !important;
|
|
|
|
margin-left: 0 !important;
|
2020-10-09 14:49:01 +03:00
|
|
|
|
2017-01-09 07:52:19 +01:00
|
|
|
.arrow {
|
|
|
|
margin-left: -142px !important;
|
|
|
|
}
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
2020-10-09 14:49:01 +03:00
|
|
|
}
|