public inbox for [email protected]
help / color / mirror / Atom feedPATCH: Fix resize icon in alertify dialog
2+ messages / 2 participants
[nested] [flat]
* PATCH: Fix resize icon in alertify dialog
@ 2016-04-25 05:28 Surinder Kumar <[email protected]>
2016-04-29 10:49 ` Re: PATCH: Fix resize icon in alertify dialog Ashesh Vashi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Surinder Kumar @ 2016-04-25 05:28 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
This patch has fix for issue in which resize dialog icon at right bottom of
dialog was disappeared and still not aligned.
Its fixed by Ashesh
Thanks,
Surinder Kumar
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[application/octet-stream] resize_icon_in_dialog_fix.patch (552B, 3-resize_icon_in_dialog_fix.patch)
download | inline diff:
diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css
index e90603d..b58a079 100755
--- a/web/pgadmin/static/css/overrides.css
+++ b/web/pgadmin/static/css/overrides.css
@@ -1075,12 +1075,14 @@ ul.nav.nav-tabs {
}
.alertify .ajs-handle {
- background-image:none;
+ right: -3px;
+ bottom: -3px;
}
+
span.button-label {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: initial;
}
button.ajs-button.btn.btn-primary {
margin: 2px!important;
-}
\ No newline at end of file
+}
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: PATCH: Fix resize icon in alertify dialog
2016-04-25 05:28 PATCH: Fix resize icon in alertify dialog Surinder Kumar <[email protected]>
@ 2016-04-29 10:49 ` Ashesh Vashi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Ashesh Vashi @ 2016-04-29 10:49 UTC (permalink / raw)
To: Surinder Kumar <[email protected]>; +Cc: pgadmin-hackers
Thanks - committed!
--
Thanks & Regards,
Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com;
*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi;
On Mon, Apr 25, 2016 at 10:58 AM, Surinder Kumar <
[email protected]> wrote:
> Hi,
>
> This patch has fix for issue in which resize dialog icon at right bottom
> of dialog was disappeared and still not aligned.
> Its fixed by Ashesh
>
>
> Thanks,
> Surinder Kumar
>
>
>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-04-29 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 05:28 PATCH: Fix resize icon in alertify dialog Surinder Kumar <[email protected]>
2016-04-29 10:49 ` Ashesh Vashi <[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