diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 0fa3973bf0..1a29520446 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -248,12 +248,12 @@ h1 .imageLink { .sidebarLinks a { display: block; - padding: 12px 20px 12px 30px; + padding: 10px 20px 10px 30px; text-decoration: none; color: #fff!important; text-shadow: none!important; font-weight: 400!important; - font-size: 17px; + font-size: 15px; } .sidebarLinks a:hover { diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index e0ed0eea63..f491b8ab01 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -661,7 +661,7 @@ var Dashboard = { var html = '
'; - html += '

MEDIABROWSER

'; + html += '

MEDIABROWSER

'; html += '
Metadata Manager
';