Make header styling consistent

This commit is contained in:
Mads Rasmussen
2018-09-04 10:27:53 +02:00
parent b8f141982b
commit 5b3b160f3b
4 changed files with 31 additions and 21 deletions

View File

@@ -21,7 +21,7 @@
"type": "intro"
},
{
"element": "#applications",
"element": "[data-element='sections']",
"elementPreventClick": true,
"title": "Main Menu",
"content": "This is the main menu in Umbraco backoffice. Here you can navigate between the different sections, see your user profile and open the help drawer.",
@@ -52,7 +52,7 @@
"content": "The search allows you to quickly find whatever you're looking for across sections within Umbraco."
},
{
"element": "[data-element='section-user']",
"element": "[data-element='global-user']",
"title": "User profile",
"content": "Now click on your <b>user avatar</b> to open the user profile dialog.",
"event": "click",
@@ -71,7 +71,7 @@
"event": "click"
},
{
"element": "[data-element='section-help']",
"element": "[data-element='global-help']",
"title": "Help",
"content": "If you ever find yourself in trouble click here to open the Help drawer.",
"event": "click",