You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/08/27 18:48:16 UTC

[3/3] fauxton commit: updated refs/heads/database-pagination to 73a24d3

Fix position of api-url


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/73a24d3e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/73a24d3e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/73a24d3e

Branch: refs/heads/database-pagination
Commit: 73a24d3e399fde08a051cf6a124bddc8ea9014da
Parents: f899c4f
Author: Garren Smith <ga...@gmail.com>
Authored: Wed Aug 27 18:47:58 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Wed Aug 27 18:47:58 2014 +0200

----------------------------------------------------------------------
 app/addons/databases/routes.js |  2 --
 assets/less/fauxton.less       | 15 +--------------
 2 files changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/73a24d3e/app/addons/databases/routes.js
----------------------------------------------------------------------
diff --git a/app/addons/databases/routes.js b/app/addons/databases/routes.js
index a896d1e..8bf8b5c 100644
--- a/app/addons/databases/routes.js
+++ b/app/addons/databases/routes.js
@@ -40,8 +40,6 @@ function(app, FauxtonAPI, Databases, Views) {
 
     initialize: function() {
       this.databases = new Databases.List();
-      this.deferred = FauxtonAPI.Deferred();
-
     },
 
     allDatabases: function() {

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/73a24d3e/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index edfb4e4..efd8613 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -1043,19 +1043,6 @@ div.add-dropdown {
 }
 
 //---header--//
-/*  Licensed under the Apache License, Version 2.0 (the "License"); you may not
- *  use this file except in compliance with the License. You may obtain a copy of
- *  the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- *  License for the specific language governing permissions and limitations under
- *  the License.
- */
-
 .left-shadow-border{
   border-left: 1px solid #999;
   .box-shadow(-6px 0 rgba(0, 0, 0, 0.1));
@@ -1106,7 +1093,7 @@ div.add-dropdown {
 
 #api-navbar{
   height: 60px;
-  position: relative;
+  position: absolute;
   /* these styles are for the new header*/
   .right-header{
   }