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/15 14:33:41 UTC

[6/8] fauxton commit: updated refs/heads/port-views to f114d07

add window-resizeable-half class


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

Branch: refs/heads/port-views
Commit: 7aebfcd063f38dd1bc18315273857306c1420a81
Parents: 2e792ca
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Oct 14 16:54:27 2014 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 15 14:33:10 2014 +0200

----------------------------------------------------------------------
 app/templates/layouts/two_pane.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/7aebfcd0/app/templates/layouts/two_pane.html
----------------------------------------------------------------------
diff --git a/app/templates/layouts/two_pane.html b/app/templates/layouts/two_pane.html
index 031ad12..0b78b0e 100644
--- a/app/templates/layouts/two_pane.html
+++ b/app/templates/layouts/two_pane.html
@@ -16,14 +16,13 @@ the License.
 <div id="primary-navbar"></div>
 <div id="dashboard" class="container-fluid">
   <div class="fixed-header">
-    <div id="breadcrumbs"></div>
-    <div id="api-navbar"></div>
+    <div id="breadcrumbs window-resizeable-half"></div>
+    <div id="api-navbar window-resizeable-half"></div>
   </div>
 
-
   <div class="row-fluid content-area">
-    <div id="left-content" class="span6"></div>
-    <div id="right-content" class="span6"></div>
+    <div id="left-content" class="span6 window-resizeable-half"></div>
+    <div id="right-content" class="span6 window-resizeable-half"></div>
   </div>
 </div>