From commits-return-94536-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Fri Jul 17 16:23:06 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A0C3518062C for ; Fri, 17 Jul 2020 18:23:06 +0200 (CEST) Received: (qmail 25062 invoked by uid 500); 17 Jul 2020 16:23:06 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 25053 invoked by uid 99); 17 Jul 2020 16:23:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2020 16:23:05 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C471C811C0; Fri, 17 Jul 2020 16:23:05 +0000 (UTC) Date: Fri, 17 Jul 2020 16:23:05 +0000 To: "commits@hbase.apache.org" Subject: [hbase] branch branch-2.3 updated: HBASE-24746 The sort icons overlap the col name in master UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159500298434.6636.10262992881294451858@gitbox.apache.org> From: vjasani@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hbase X-Git-Refname: refs/heads/branch-2.3 X-Git-Reftype: branch X-Git-Oldrev: cf58f649f7f95081d70d684bceb71af240fdf103 X-Git-Newrev: 17b809c3db99d47d3e0c402423981ffae41e5837 X-Git-Rev: 17b809c3db99d47d3e0c402423981ffae41e5837 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. vjasani pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.3 by this push: new 17b809c HBASE-24746 The sort icons overlap the col name in master UI 17b809c is described below commit 17b809c3db99d47d3e0c402423981ffae41e5837 Author: Zheng Wang <18031031@qq.com> AuthorDate: Fri Jul 17 21:40:32 2020 +0530 HBASE-24746 The sort icons overlap the col name in master UI Closes #2078 Signed-off-by: Viraj Jasani --- hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css | 1 + 1 file changed, 1 insertion(+) diff --git a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css index 6150877..0014ae7 100644 --- a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css +++ b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css @@ -53,6 +53,7 @@ table.tablesorter thead tr .header { background-repeat: no-repeat; background-position: center right; cursor: pointer; + padding-right: 30px; } table.tablesorter thead tr .headerSortUp { background-image: url(asc.gif);