dropdownmenu.css |
css/dropdownmenu.css |
|
.dropdown-menu:after,
.dropdown-menu:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
@media only screen and (min-width: 992px) {
… |
notifications-widget.html.twig |
templates/notifications-widget.html.twig |
|
Theme implementation for FYI notification. |
notifications.base.css |
css/notifications.base.css |
|
#block-notificationblock {
display: inline-block;
}
.glyphicon-bell {
top: 8px;
font-size: 16px;
line-height: 17px;
margin-right: 5px;
margin-left: 10px;
}
.dropdown-menu.notify-drop {
background: #fff!important;
margin: 0;
… |
NotificationsWidgetBlock.php |
src/Plugin/Block/NotificationsWidgetBlock.php |
Drupal\notifications_widget\Plugin\Block |
|
NotificationsWidgetLoggerSettingsForm.php |
src/Form/NotificationsWidgetLoggerSettingsForm.php |
Drupal\notifications_widget\Form |
|
NotificationsWidgetService.php |
src/Services/NotificationsWidgetService.php |
Drupal\notifications_widget\Services |
|
NotificationsWidgetSettingsForm.php |
src/Form/NotificationsWidgetSettingsForm.php |
Drupal\notifications_widget\Form |
|
notifications_widget.info.yml |
notifications_widget.info.yml |
|
notifications_widget.info.yml |
notifications_widget.install |
notifications_widget.install |
|
Install, update and uninstall functions for the notification module module. |
notifications_widget.libraries.yml |
notifications_widget.libraries.yml |
|
notifications_widget.libraries.yml |
notifications_widget.links.menu.yml |
notifications_widget.links.menu.yml |
|
notifications_widget.links.menu.yml |
notifications_widget.links.task.yml |
notifications_widget.links.task.yml |
|
notifications_widget.links.task.yml |
notifications_widget.module |
notifications_widget.module |
|
Contains notifications_widget.module. |
notifications_widget.routing.yml |
notifications_widget.routing.yml |
|
notifications_widget.routing.yml |
notifications_widget.schema.yml |
config/schema/notifications_widget.schema.yml |
|
config/schema/notifications_widget.schema.yml |
notifications_widget.services.yml |
notifications_widget.services.yml |
|
notifications_widget.services.yml |
notifications_widget.settings.yml |
config/install/notifications_widget.settings.yml |
|
config/install/notifications_widget.settings.yml |
NotificationWidgetUpdateResource.php |
src/Plugin/rest/resource/NotificationWidgetUpdateResource.php |
Drupal\notifications_widget\Plugin\rest\resource |
|
rest.resource.notifications_update_widget.yml |
config/optional/rest.resource.notifications_update_widget.yml |
|
config/optional/rest.resource.notifications_update_widget.yml |