You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/10/20 17:14:08 UTC

fauxton commit: updated refs/heads/master to bde6b1c

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master cd91b276a -> bde6b1cf5


Fix Api-Bar button position

In some layouts the button was on the next line

this is a sliceoff of my port-views branch


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

Branch: refs/heads/master
Commit: bde6b1cf5e01df2a2c1c8d14632b91f817042f00
Parents: cd91b27
Author: Robert Kowalski <ro...@apache.org>
Authored: Thu Oct 16 13:57:38 2014 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Mon Oct 20 17:10:18 2014 +0200

----------------------------------------------------------------------
 app/templates/layouts/one_pane.html     | 2 +-
 app/templates/layouts/with_sidebar.html | 2 +-
 assets/less/fauxton.less                | 7 ++-----
 3 files changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/bde6b1cf/app/templates/layouts/one_pane.html
----------------------------------------------------------------------
diff --git a/app/templates/layouts/one_pane.html b/app/templates/layouts/one_pane.html
index 4fda82f..315b0fd 100644
--- a/app/templates/layouts/one_pane.html
+++ b/app/templates/layouts/one_pane.html
@@ -17,7 +17,7 @@ the License.
   <div id="global-notifications" class="container errors-container window-resizeable"></div>
   <div class="fixed-header">
     <div id="breadcrumbs"></div>
-    <div id="api-navbar" class="window-resizeable"></div>
+    <div id="api-navbar"></div>
   </div>
 
 

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/bde6b1cf/app/templates/layouts/with_sidebar.html
----------------------------------------------------------------------
diff --git a/app/templates/layouts/with_sidebar.html b/app/templates/layouts/with_sidebar.html
index 8adac78..4eba634 100644
--- a/app/templates/layouts/with_sidebar.html
+++ b/app/templates/layouts/with_sidebar.html
@@ -17,7 +17,7 @@ the License.
 <div id="dashboard" class="container-fluid">
   <header class="fixed-header">
     <div id="breadcrumbs"></div>
-    <div id="api-navbar" class="window-resizeable"></div>
+    <div id="api-navbar"></div>
   </header>
 
   <div class="with-sidebar content-area">

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/bde6b1cf/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 90e89d1..fd02ee3 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -525,12 +525,9 @@ REUSEABLE SHADOW BORDER
   .right-header{
   }
 }
-#api-navbar{
+#api-navbar {
   height: 60px;
-  position: absolute;
-  /* these styles are for the new header*/
-  .right-header{
-  }
+  float: right;
 }
 
 /* only specify the sidebar width when there’s a sidebar */