diff --git a/VS2012/arango.sln b/VS2012/arango.sln index 892e06ef34..c058ba8fff 100644 --- a/VS2012/arango.sln +++ b/VS2012/arango.sln @@ -41,8 +41,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Arangoimp Binary", "Arangoi EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Arangodump Binary", "Arangodump Binary\Arangodump Binary.vcxproj", "{B4985B94-29DA-4649-A2F2-FEDF4E0560EF}" + ProjectSection(ProjectDependencies) = postProject + {9FB69E35-6ADE-4AAD-9766-B5409C1D2595} = {9FB69E35-6ADE-4AAD-9766-B5409C1D2595} + {8985F67A-A9CC-41C8-80D4-364678550F2F} = {8985F67A-A9CC-41C8-80D4-364678550F2F} + {604036DD-7013-4463-B827-D06016BD41FC} = {604036DD-7013-4463-B827-D06016BD41FC} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Arangorestore Binary", "Arangorestore Binary\Arangorestore Binary.vcxproj", "{9DB047E8-AD65-4EBB-9BD2-D0A0B6F6BB25}" + ProjectSection(ProjectDependencies) = postProject + {9FB69E35-6ADE-4AAD-9766-B5409C1D2595} = {9FB69E35-6ADE-4AAD-9766-B5409C1D2595} + {8985F67A-A9CC-41C8-80D4-364678550F2F} = {8985F67A-A9CC-41C8-80D4-364678550F2F} + {604036DD-7013-4463-B827-D06016BD41FC} = {604036DD-7013-4463-B827-D06016BD41FC} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/js/apps/system/aardvark/frontend/css/api.css b/js/apps/system/aardvark/frontend/css/api.css index b761dbb7ee..42bde77fb7 100644 --- a/js/apps/system/aardvark/frontend/css/api.css +++ b/js/apps/system/aardvark/frontend/css/api.css @@ -24,7 +24,7 @@ } .api-actions .resource .heading h2 a { - color: #686766 !important; + color: #000000 !important; font-weight: 300 !important; } @@ -73,6 +73,8 @@ font-size: 14px !important; font-weight: 300 !important; padding: 8px 16px !important; + float: right !important; + margin-top: 10px !important; } .api-actions .resource > .heading > .options { diff --git a/js/apps/system/aardvark/frontend/css/collectionsView.css b/js/apps/system/aardvark/frontend/css/collectionsView.css index a0be40b01f..305a212050 100644 --- a/js/apps/system/aardvark/frontend/css/collectionsView.css +++ b/js/apps/system/aardvark/frontend/css/collectionsView.css @@ -73,10 +73,16 @@ margin-top: 3px; padding: 2px; vertical-align: middle; - width:207px !important; + width:212px !important; border-radius: 0px 0px 0px 0px !important; } +#searchInput:focus { + outline: none; + border-color: #8AA051; + box-shadow: 0 0 10px #8AA051; +} + #searchSubmit { height: 14px; margin-left: -18px; diff --git a/js/apps/system/aardvark/frontend/js/routers/router.js b/js/apps/system/aardvark/frontend/js/routers/router.js index feddc8750e..56732bc070 100644 --- a/js/apps/system/aardvark/frontend/js/routers/router.js +++ b/js/apps/system/aardvark/frontend/js/routers/router.js @@ -5,8 +5,9 @@ $(document).ready(function() { window.Router = Backbone.Router.extend({ routes: { - "" : "collections", + "" : "dashboard", "collection/:colid" : "collection", + "collections" : "collections", "collectionInfo/:colid" : "collectionInfo", "new" : "newCollection", "login" : "login", @@ -14,7 +15,6 @@ $(document).ready(function() { "collection/:colid/:docid" : "document", "collection/:colid/:docid/source" : "source", "shell" : "shell", - "dashboard" : "dashboard", "query" : "query", "logs" : "logs", "about" : "about", diff --git a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs index 68a8c4ee85..8096447553 100644 --- a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs @@ -9,8 +9,8 @@