public inbox for [email protected]
help / color / mirror / Atom feedFixed fieldset control UI (pgAdmin4)
2+ messages / 2 participants
[nested] [flat]
* Fixed fieldset control UI (pgAdmin4)
@ 2016-04-18 06:26 Murtuza Zabuawala <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Murtuza Zabuawala @ 2016-04-18 06:26 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
I have updated css for Fieldset backform control to match style same as
other controls.
PFA patch and screenshot (before & after).
Regards,
Murtuza
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[image/png] After.png (139.1K, 3-After.png)
download | view image
[image/png] Before.png (139.1K, 4-Before.png)
download | view image
[application/octet-stream] fixed_fieldset_layout_v1.patch (617B, 5-fixed_fieldset_layout_v1.patch)
download | inline diff:
diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css
index e90603d..5fe5eb3 100755
--- a/web/pgadmin/static/css/overrides.css
+++ b/web/pgadmin/static/css/overrides.css
@@ -663,7 +663,8 @@ div.rolmembership {
fieldset.inline-fieldset {
margin: 0px; margin-left: 2px; margin-right: 2px;
padding-right: 10px; padding-left: 10px; padding-top: 6px; padding-bottom: 12px;
- border: 2px solid; border-radius: 5px;
+ border: 1px solid; border-radius: 5px;
+ border-color: #C3C3C3; box-shadow: 0.1px 0.1px 0.1px #C3C3C3;
}
fieldset.inline-fieldset-without-border {
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Fixed fieldset control UI (pgAdmin4)
@ 2016-04-25 08:05 Ashesh Vashi <[email protected]>
parent: Murtuza Zabuawala <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Ashesh Vashi @ 2016-04-25 08:05 UTC (permalink / raw)
To: Murtuza Zabuawala <[email protected]>; +Cc: pgadmin-hackers
Thanks - applied.
--
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 18, 2016 at 11:56 AM, Murtuza Zabuawala <
[email protected]> wrote:
> Hi,
>
> I have updated css for Fieldset backform control to match style same as
> other controls.
> PFA patch and screenshot (before & after).
>
>
> Regards,
> Murtuza
>
>
>
> --
> 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-25 08:05 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 06:26 Fixed fieldset control UI (pgAdmin4) Murtuza Zabuawala <[email protected]>
2016-04-25 08:05 ` 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