-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release-1.2'
# Conflicts: # CHANGELOG.md # Patches/adjustContentModuleMarkupForLoginAs.patch # package.json
- Loading branch information
Showing
6 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
diff --git a/Neos.Neos/Resources/Private/Templates/Backend/Content/Container.html b/Neos.Neos/Resources/Private/Templates/Backend/Content/Container.html | ||
index 74d0957eb..49c8a382d 100644 | ||
--- a/Neos.Neos/Resources/Private/Templates/Backend/Content/Container.html | ||
+++ b/Neos.Neos/Resources/Private/Templates/Backend/Content/Container.html | ||
@@ -1,5 +1,6 @@ | ||
@@ -1,5 +1,7 @@ | ||
<!-- TODO: remove this from HTML as it should not be shown in preview mode for example, this causes 'flickering' --> | ||
-<div id="neos-application" class="neos" role="application"> | ||
+<div id="neos-application" class="neos" role="application" data-csrf-Token="{f:security.csrfToken()}"> | ||
+ <script src="{f:uri.resource(package: 'Unikka.LoginAs', path: 'Javascript/Main.js')}"></script> | ||
<div id="neos-top-bar"> | ||
<div id="neos-top-bar-right"> | ||
<div id="neos-user-actions"> | ||
@@ -8,4 +9,4 @@ | ||
</div> | ||
</div> | ||
<f:render partial="Backend/Menu" arguments="{_all}" /> | ||
+ <script src="{f:uri.resource(package: 'Unikka.LoginAs', path: 'Javascript/Main.js')}"></script> | ||
+ <link rel="stylesheet" href="{f:uri.resource(package: 'Unikka.LoginAs', path: 'Stylesheets/Styles.css')}"> | ||
<div id="neos-top-bar"> | ||
<div id="neos-top-bar-right"> | ||
<div id="neos-user-actions"> | ||
@@ -8,4 +10,4 @@ | ||
</div> | ||
</div> | ||
<f:render partial="Backend/Menu" arguments="{_all}" /> | ||
-</div> | ||
\ No newline at end of file | ||
+</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.neos .neos-dropdown-menu { | ||
left: auto !important; | ||
min-width: 100% !important; | ||
} | ||
|
||
/* Change right alingment for emberjs based content module */ | ||
.neos-backend #neos-top-bar #neos-publish-menu .neos-dropdown-menu { | ||
right: initial; | ||
} |