75 lines
1.7 KiB
CSS
75 lines
1.7 KiB
CSS
.rainlab-userplus {
|
|
position: relative;
|
|
}
|
|
.rainlab-userplus .notifications-popover {
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
position: absolute;
|
|
width: 480px;
|
|
z-index: 2;
|
|
right: 0;
|
|
display: none;
|
|
}
|
|
.rainlab-userplus.active .notifications-popover {
|
|
display: block;
|
|
}
|
|
.rainlab-userplus .notifications-header {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
padding: 15px;
|
|
}
|
|
.rainlab-userplus .notifications-header h4 {
|
|
padding: 0;
|
|
margin: 0;
|
|
display: inline-block;
|
|
}
|
|
.rainlab-userplus .notifications-header .close,
|
|
.rainlab-userplus .notifications-header .mark-all-read {
|
|
float: right;
|
|
margin: 0 5px;
|
|
}
|
|
.rainlab-userplus .notifications-content .notifications-loading,
|
|
.notification_area .notifications-loading,
|
|
.accord_notification .notifications-loading {
|
|
padding: 20px;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
}
|
|
.rainlab-userplus .notifications-content .no-notifications,
|
|
.notification_area .no-notifications,
|
|
.accord_notification .no-notifications {
|
|
text-align: center;
|
|
padding: 25px;
|
|
margin: 0;
|
|
}
|
|
.rainlab-userplus .notifications-content > ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
overflow: auto;
|
|
max-height: 400px;
|
|
}
|
|
.rainlab-userplus .notifications-content > ul > li {
|
|
position: relative;
|
|
padding: 10px 25px 10px 60px;
|
|
border-bottom: 1px solid #f9f9f9;
|
|
}
|
|
.rainlab-userplus .notifications-content > ul > li > i {
|
|
position: absolute;
|
|
left: 25px;
|
|
top: 12px;
|
|
font-size: 18px;
|
|
opacity: .5;
|
|
}
|
|
.rainlab-userplus .notifications-content > ul > li .parsed-body > *:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.rainlab-userplus .notifications-content > ul > li .date {
|
|
white-space: nowrap;
|
|
opacity: .75;
|
|
}
|
|
.rainlab-userplus .notifications-footer {
|
|
border-top: 1px solid #f0f0f0;
|
|
padding: 15px;
|
|
text-align: center;
|
|
}
|