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/14 16:54:50 UTC

fauxton commit: updated refs/heads/port-views to 13f6978

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/port-views fd19001d3 -> 13f69785a


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/13f69785
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/13f69785
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/13f69785

Branch: refs/heads/port-views
Commit: 13f69785a269d9fc038f45c8d9d682a736972756
Parents: fd19001
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Oct 14 16:54:27 2014 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Tue Oct 14 16:54:27 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/13f69785/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>