public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4][RM3871] Alignment issue with IE Browser
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4][RM3871] Alignment issue with IE Browser
@ 2019-01-21 11:03 Aditya Toshniwal <[email protected]>
2019-01-21 12:10 ` Re: [pgAdmin4][RM3871] Alignment issue with IE Browser Akshay Joshi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Aditya Toshniwal @ 2019-01-21 11:03 UTC (permalink / raw)
To: pgadmin-hackers
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;
}
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4][RM3871] Alignment issue with IE Browser
2019-01-21 11:03 [pgAdmin4][RM3871] Alignment issue with IE Browser Aditya Toshniwal <[email protected]>
@ 2019-01-21 12:10 ` Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2019-01-21 12:10 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-hackers
Thanks patch applied.
On Mon, Jan 21, 2019 at 4:33 PM Aditya Toshniwal <
[email protected]> wrote:
> 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"
>
--
*Akshay Joshi*
*Sr. Software Architect *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2019-01-21 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 11:03 [pgAdmin4][RM3871] Alignment issue with IE Browser Aditya Toshniwal <[email protected]>
2019-01-21 12:10 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox