public inbox for [email protected]
help / color / mirror / Atom feedFrom: Surinder Kumar <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: PATCH: Fix resize icon in alertify dialog
Date: Mon, 25 Apr 2016 10:58:36 +0530
Message-ID: <CAM5-9D83HaP0zkDKsXwqfO5MY9V=a54LFDu5hrMSDZFGgY5vNw@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-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
+}
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: PATCH: Fix resize icon in alertify dialog
In-Reply-To: <CAM5-9D83HaP0zkDKsXwqfO5MY9V=a54LFDu5hrMSDZFGgY5vNw@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