You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/09/05 20:26:56 UTC

git commit: updated refs/heads/master to 555c061

Updated Branches:
  refs/heads/master 473847d2c -> 555c061e3


Fixes Active Tasks text size and bottom scrollbar issue with windowResize


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

Branch: refs/heads/master
Commit: 555c061e3c9882d5618bb7c2f60f7491073ab965
Parents: 473847d
Author: suelockwood <de...@gmail.com>
Authored: Thu Sep 5 14:26:48 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Thu Sep 5 14:26:48 2013 -0400

----------------------------------------------------------------------
 src/fauxton/app/addons/activetasks/assets/less/activetasks.less | 2 +-
 src/fauxton/app/resizeColumns.js                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/555c061e/src/fauxton/app/addons/activetasks/assets/less/activetasks.less
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/activetasks/assets/less/activetasks.less b/src/fauxton/app/addons/activetasks/assets/less/activetasks.less
index 5ba394f..695799d 100644
--- a/src/fauxton/app/addons/activetasks/assets/less/activetasks.less
+++ b/src/fauxton/app/addons/activetasks/assets/less/activetasks.less
@@ -2,5 +2,5 @@
   cursor: pointer;
 }
 table.active-tasks{
-	font-size: 12px;
+	font-size: 16px;
 }

http://git-wip-us.apache.org/repos/asf/couchdb/blob/555c061e/src/fauxton/app/resizeColumns.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/resizeColumns.js b/src/fauxton/app/resizeColumns.js
index 687b9d3..9cf7115 100644
--- a/src/fauxton/app/resizeColumns.js
+++ b/src/fauxton/app/resizeColumns.js
@@ -30,7 +30,7 @@ function(mixins) {
 
   Resize.prototype = {
     getPrimaryNavWidth: function(){
-      var primaryNavWidth  = $('body').hasClass('closeMenu')? 66:220;
+      var primaryNavWidth  = $('body').hasClass('closeMenu')? 64:224;
       return primaryNavWidth;
     },
     getPanelWidth: function(){