From efd23cafaa7fa044eebc64fca2114a06625ee6be Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 6 Feb 2014 17:22:03 -0500 Subject: [PATCH] separate metadata refresh from validation --- dashboard-ui/css/site.css | 4 ++-- dashboard-ui/scripts/site.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 0fa3973bf..1a2952044 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 e0ed0eea6..f491b8ab0 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
';