public inbox for [email protected]
help / color / mirror / Atom feedFrom: Murtuza Zabuawala <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: Fixed fieldset control UI (pgAdmin4)
Date: Mon, 18 Apr 2016 11:56:30 +0530
Message-ID: <CAKKotZQGKY+v-4=k_dRzZSw6rw=fdUGC6tU_GaV_Wh0AVcw1=w@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-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 {
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: Fixed fieldset control UI (pgAdmin4)
In-Reply-To: <CAKKotZQGKY+v-4=k_dRzZSw6rw=fdUGC6tU_GaV_Wh0AVcw1=w@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