public inbox for [email protected]
help / color / mirror / Atom feedFrom: Arun Kollan <[email protected]>
To: [email protected]
To: Dave Page <[email protected]>
Subject: Styling error panel on dialogues
Date: Thu, 14 Apr 2016 11:51:07 +0100
Message-ID: <CAMVYmSADGTM2uBt1tFk9wVoZjdSpF6Ro1pZLzRDeD+ec5+VJCQ@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Hi Team,
Please find attached patch for fixing the styling issues with the error
panel on dialogues.
The codemirror-gutter will now extend to the bottom and will be overlayed
on top of the object properties status bar.
Thanks.
Regards,
Arun
--
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] error_panel_on_dialogue_styling.patch (775B, 3-error_panel_on_dialogue_styling.patch)
download | inline diff:
diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css
index 3843734..cdf8d5e 100755
--- a/web/pgadmin/static/css/overrides.css
+++ b/web/pgadmin/static/css/overrides.css
@@ -194,7 +194,7 @@ iframe {
.obj_properties .backform-tab {
position: absolute;
- margin: 0px 0px 110px;
+ margin: 0px 0px 0px;
padding: 0px;
top: 0px;
bottom: 0px;
@@ -952,3 +952,13 @@ ul.nav.nav-tabs {
.pgadmin-controls.SQL>.CodeMirror {
height: 500px!important;
}
+
+/* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
+*:focus {
+ outline: none;
+}
+
+/* codemirror gutters will be layed under object properties bar */
+.CodeMirror-gutters {
+ z-index: 0;
+}
\ No newline at end of file
view thread (3+ 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], [email protected]
Subject: Re: Styling error panel on dialogues
In-Reply-To: <CAMVYmSADGTM2uBt1tFk9wVoZjdSpF6Ro1pZLzRDeD+ec5+VJCQ@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