Enhanced (basic) styling

- Inline style for the link, to ensure underlined
- Added logo for branding
- Relocated to inside the #contentcolumn container tag, otherwise we hit a CSS conflict (due to `position:absolute` of the container)
This commit is contained in:
leekelleher
2018-06-25 11:01:44 +01:00
parent b3ed3585e4
commit 2c28c82b06

View File

@@ -49,16 +49,18 @@
<div id="mainwrapper" class="clearfix" ng-click="closeDialogs($event)">
<noscript>
<h3>Umbraco</h3>
<p>For full functionality of Umbraco CMS it is necessary to enable JavaScript.</p>
<p>Here are the <a href="https://www.enable-javascript.com/" target="_blank">instructions how to enable JavaScript in your web browser</a>.</p>
</noscript>
<umb-navigation></umb-navigation>
<section id="contentwrapper">
<div id="contentcolumn" ng-view></div>
<div id="contentcolumn" ng-view>
<noscript>
<div>
<h3><img src="assets/img/application/logo.png" alt="Umbraco logo" style="vertical-align: text-bottom;" /> Umbraco</h3>
<p>For full functionality of Umbraco CMS it is necessary to enable JavaScript.</p>
<p>Here are the <a href="https://www.enable-javascript.com/" target="_blank" style="text-decoration: underline;">instructions how to enable JavaScript in your web browser</a>.</p>
</div>
</noscript>
</div>
</section>
<umb-tour