public inbox for [email protected]  
help / color / mirror / Atom feed
From: Aditya Toshniwal <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin4][RM3871] Alignment issue with IE Browser
Date: Mon, 21 Jan 2019 16:33:26 +0530
Message-ID: <CAM9w-_k=QyjGGjC9sOhLoG=bvomEX_xbVhj1iapkH5u5tPPnVw@mail.gmail.com> (raw)

Hi Hackers,

Attached is a tiny patch to fix alignment of tree arrow icons for IE.
Kindly review.

-- 
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"


Attachments:

  [application/octet-stream] RM3871.patch (702B, 3-RM3871.patch)
  download | inline diff:
diff --git a/web/pgadmin/static/scss/_aci_tree.overrides.scss b/web/pgadmin/static/scss/_aci_tree.overrides.scss
index e8de8eab..8b7b6683 100644
--- a/web/pgadmin/static/scss/_aci_tree.overrides.scss
+++ b/web/pgadmin/static/scss/_aci_tree.overrides.scss
@@ -70,9 +70,9 @@
 }
 .aciTree .aciTreeInode >.aciTreeLine .aciTreePush,
 .aciTree .aciTreeInode >.aciTreeLine .aciTreePush.aciTreeHover {
-  background-position: 6px 6px !important;
+  background-position: 6px center !important;
 }
 .aciTree .aciTreeOpen >.aciTreeLine .aciTreePush,
 .aciTree .aciTreeOpen >.aciTreeLine .aciTreePush.aciTreeHover {
-  background-position: -14px 5px !important;
+  background-position: -14px center !important;
 }


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin4][RM3871] Alignment issue with IE Browser
  In-Reply-To: <CAM9w-_k=QyjGGjC9sOhLoG=bvomEX_xbVhj1iapkH5u5tPPnVw@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox