Skip to content

Commit

Permalink
fixed the header search css, deploy config #65117
Browse files Browse the repository at this point in the history
  • Loading branch information
maximstrukov committed Feb 5, 2019
1 parent 5248737 commit a6eb0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions bundle/Resources/public/admin/css/ezmailing.scss
Expand Up @@ -16,6 +16,7 @@ $eZLightBackground: #F5F5F5;
.navbar.ez-page-title {
padding-top: 0 !important;
padding-bottom: 0 !important;
display:flex;
}
.ez-header-container {
background: $eZMediumBackground;
Expand Down
6 changes: 3 additions & 3 deletions tests/provisioning/configs.yaml
Expand Up @@ -16,17 +16,17 @@ ezpublish:
folder:
template: "@NovaeZMailing/eZViews/novaezmailingfull/generic.html.twig"
match:
Identifier\ContentType: [folder]
Identifier\ContentType: ['folder','article']
admin_group:
content_view:
novaezmailingfull:
folder:
template: "@NovaeZMailing/eZViews/novaezmailingfull/generic.html.twig"
match:
Identifier\ContentType: [folder]
Identifier\ContentType: ['folder','article']

swiftmailer:
delivery_addresses: ['ezmailing@novactive.com']

parameters:
env(MAILER_HOST): "%env(PLATFORM_SMTP_HOST)%"
env(MAILER_HOST): "%env(PLATFORM_SMTP_HOST)%"

0 comments on commit a6eb0ec

Please sign in to comment.