You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/09/09 11:54:06 UTC

[46/50] [abbrv] git commit: updated refs/heads/1867-feature-plugins to 8aad450

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

Branch: refs/heads/1867-feature-plugins
Commit: 9a9a5a33c92bc16f22d39f6d41f1a215c80a5843
Parents: ceab856
Author: suelockwood <de...@gmail.com>
Authored: Thu Sep 5 14:26:48 2013 -0400
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Sep 9 11:16:45 2013 +0200

----------------------------------------------------------------------
 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/9a9a5a33/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/9a9a5a33/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(){