From 8397d91863639d45386ff728b83d924d6028d820 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 29 Oct 2014 19:03:58 -0400 Subject: [PATCH] fix nuget targets --- dashboard-ui/css/librarymenu.css | 8 ++++---- dashboard-ui/thirdparty/apiclient/connectionmanager.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 00a613ab03..e5f7d8d057 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -3,7 +3,7 @@ } .libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) { - padding-top: 95px !important; + padding-top: 98px !important; } .libraryMenuDivider { @@ -155,7 +155,7 @@ } .libraryViewNav { - height: 45px; + height: 48px; overflow: hidden; position: fixed; right: 0; @@ -322,7 +322,7 @@ margin: 0 0; position: relative; font-weight: normal; - border-bottom: 4px solid transparent; + border-bottom: 5px solid transparent; } .libraryViewNav a:not(.ui-btn-active):hover { @@ -331,7 +331,7 @@ .libraryViewNavLinkContent { display: inline-block; - padding: 1px 13px 1px 13px; + padding: 2px 13px 2px 13px; } @media all and (max-width: 500px) { diff --git a/dashboard-ui/thirdparty/apiclient/connectionmanager.js b/dashboard-ui/thirdparty/apiclient/connectionmanager.js index ec602cf202..b9673050c0 100644 --- a/dashboard-ui/thirdparty/apiclient/connectionmanager.js +++ b/dashboard-ui/thirdparty/apiclient/connectionmanager.js @@ -537,7 +537,7 @@ // Find the first server with a saved access token var currentServer = servers.filter(function (s) { - return s.AccessToken || (s.ExchangeToken && self.connectUser()); + return s.AccessToken; })[0]; if (currentServer) {