diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/small-logo.svg b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/small-logo.svg deleted file mode 100644 index 647050df..00000000 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/small-logo.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/style.css b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/style.css index 595966aa..2b010aae 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/style.css +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/metice/style.css @@ -25,9 +25,9 @@ display: block; -moz-box-sizing: border-box; box-sizing: border-box; - background: url(/ninegate/bundles/cadolescore/themes/metice2021/small-logo.svg) no-repeat; + background: var(--logo) no-repeat; width: 62px; /* Width of new image */ - height: 23px; /* Height of new image */ + height: 23px !important; /* Height of new image */ padding-left: 62px; /* Equal to width of new image */ margin-top: 21px; margin-left: 11px; @@ -235,9 +235,9 @@ div.header { display: block; -moz-box-sizing: border-box; box-sizing: border-box; - background: url(/ninegate/bundles/cadolescore/themes/metice2021/small-logo.svg) no-repeat; + background: var(--logo) no-repeat; width: 62px; /* Width of new image */ - height: 23px; /* Height of new image */ + height: 23px !important; /* Height of new image */ padding-left: 62px; /* Equal to width of new image */ margin-top: -1px; margin-left: 86px; diff --git a/tmpl/ninegate-template.yml b/tmpl/ninegate-template.yml index c53330a1..8918eb95 100644 --- a/tmpl/ninegate-template.yml +++ b/tmpl/ninegate-template.yml @@ -591,6 +591,7 @@ doctrine: CadolesCronBundle: ~ CadolesPortalBundle: ~ CadolesWebsocketBundle: ~ + CadolesEdispatcherBundle: ~ - \ No newline at end of file +