diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index f3f44668d8..887db1a611 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -33,7 +33,7 @@ body { h1 { font-family: 'Segoe UI Light', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 200; - font-size: 32pt; + font-size: 28pt; } .toolsSidebar h1 { @@ -91,10 +91,6 @@ pre, textarea.pre { background-attachment: fixed!important; } -.ui-btn-icon-notext .ui-btn-inner .ui-icon { - margin: -10px -9px 0 0!important; -} - /* Header */ diff --git a/dashboard-ui/scripts/userprofilespage.js b/dashboard-ui/scripts/userprofilespage.js index 56295e9139..de7fa1010f 100644 --- a/dashboard-ui/scripts/userprofilespage.js +++ b/dashboard-ui/scripts/userprofilespage.js @@ -38,10 +38,16 @@ html += "

" + user.Name; + html += "

"; + + html += "

"; if (user.Configuration.HasPassword) html += 'Password'; if (user.Configuration.IsAdministrator) html += 'Administrator'; - html += ""; + html += "

"; + + html += ""; + html += "Delete";