You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2015/10/15 02:26:56 UTC

fauxton commit: updated refs/heads/master to 916059c

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 087e23fd4 -> 916059c51


Increase height of clickable space for close notification

There's a little "x" that appears in the notification center next
to each message that allows users to remove that single message.
On Firefox, the height of the clickable space wasn't quite large
enough so if you clicked the bottom of the x it wouldn't close.
This fixes it so that it covers the full "x".


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

Branch: refs/heads/master
Commit: 916059c51cb21a4f609e85086625635be781dc4c
Parents: 087e23f
Author: Ben Keen <be...@gmail.com>
Authored: Wed Oct 14 14:22:37 2015 -0700
Committer: Ben Keen <be...@gmail.com>
Committed: Wed Oct 14 14:22:37 2015 -0700

----------------------------------------------------------------------
 assets/less/notification-center.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/916059c5/assets/less/notification-center.less
----------------------------------------------------------------------
diff --git a/assets/less/notification-center.less b/assets/less/notification-center.less
index 6f873fd..9cd623f 100644
--- a/assets/less/notification-center.less
+++ b/assets/less/notification-center.less
@@ -126,7 +126,7 @@ body #dashboard #notification-center-btn {
           color: #dddddd;
           background: transparent;
           border: 0;
-          height: 10px;
+          height: 20px;
           margin-top: -4px;
           margin-left: 6px;
         }