From ace18acd7eeb14871b3466e9dc8c22647934edf1 Mon Sep 17 00:00:00 2001 From: "Hartvig@UMBRACOTESLA" Date: Wed, 22 Aug 2012 19:01:14 -0200 Subject: [PATCH] Missing web.config.templates and a missing stylesheet for the codemirror --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 1 + .../umbraco_client/CodeArea/styles.css | 4 +- .../web.Template.KRAFTWERK.Debug.config | 39 +++++++++++++++++++ .../web.Template.UMBRACOTESLA.Debug.config | 39 +++++++++++++++++++ 4 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 src/Umbraco.Web.UI/web.Template.KRAFTWERK.Debug.config create mode 100644 src/Umbraco.Web.UI/web.Template.UMBRACOTESLA.Debug.config 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