diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 434e6fe6ee..f6ff3ab50a 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -1889,6 +1889,7 @@ Web.Template.config Designer + Web.Template.config Designer diff --git a/src/Umbraco.Web.UI/umbraco_client/CodeArea/styles.css b/src/Umbraco.Web.UI/umbraco_client/CodeArea/styles.css index 3b03afe0aa..ac7074f6a2 100644 --- a/src/Umbraco.Web.UI/umbraco_client/CodeArea/styles.css +++ b/src/Umbraco.Web.UI/umbraco_client/CodeArea/styles.css @@ -5,4 +5,6 @@ .CodeMirror-gutter{background: none !Important; border: none; padding-rigth: 5px;} - span.cm-at{background: yellow !Important;} \ No newline at end of file + span.cm-at{background: yellow !Important;} + + textarea.codepress{display: block; width: 100% !Important; font-size: 14px;} \ No newline at end of file diff --git a/src/Umbraco.Web.UI/web.Template.KRAFTWERK.Debug.config b/src/Umbraco.Web.UI/web.Template.KRAFTWERK.Debug.config new file mode 100644 index 0000000000..f9e4ae7f7f --- /dev/null +++ b/src/Umbraco.Web.UI/web.Template.KRAFTWERK.Debug.config @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Umbraco.Web.UI/web.Template.UMBRACOTESLA.Debug.config b/src/Umbraco.Web.UI/web.Template.UMBRACOTESLA.Debug.config new file mode 100644 index 0000000000..f9e4ae7f7f --- /dev/null +++ b/src/Umbraco.Web.UI/web.Template.UMBRACOTESLA.Debug.config @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file