diff --git a/src/Umbraco.Web.UI.Client/src/less/modals.less b/src/Umbraco.Web.UI.Client/src/less/modals.less index cef94524b0..2d76403c2e 100644 --- a/src/Umbraco.Web.UI.Client/src/less/modals.less +++ b/src/Umbraco.Web.UI.Client/src/less/modals.less @@ -185,33 +185,3 @@ .umb-modal .breadcrumb input { height: 12px } - -/* YSOD */ -/* These styles are an exact replica of a real .Net YSOD */ -.umb-modal .ysod { - font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;padding:5px; -} -.umb-modal .ysod > div { - font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; - line-height: 13px; - font-size: 11px; -} -.umb-modal .ysod hr { - margin: 0px; - color: silver; - background-color: silver; - height: 1px; -} -.umb-modal .ysod p {font-family:"Verdana";font-weight:normal;color:black;} -.umb-modal .ysod b {font-family:"Verdana";font-weight:bold;color:black;} -.umb-modal .ysod h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red;padding: 0px;text-transform: none !important;margin: 0px; } -.umb-modal .ysod h2 { font-style:italic; font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon; } -.umb-modal .ysod pre {border:none;font-family:"Consolas","Lucida Console",Monospace;font-size:13px;margin:0;padding:0.5em;line-height:17px;} -.umb-modal .ysod .marker {font-weight: bold; color: black;text-decoration: none;} -.umb-modal .ysod .version {color: gray;} -.umb-modal .ysod .error {margin-bottom: 10px;} -.umb-modal .ysod .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; } -.umb-modal .ysod table {background-color:#ffffcc;width:100%;} -.umb-modal .ysod table pre {background-color: inherit;} -.umb-modal .ysod table code {background-color: inherit;} -.umb-modal .ysod a.btn { margin-top:10px;margin-right:10px;float:right;} \ No newline at end of file diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/ysod.html b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/ysod.html index a096546090..d6b980fa3c 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/ysod.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/ysod.html @@ -1,28 +1,28 @@ -
+
- Close + + + + \ No newline at end of file