pgAdmin 4 commit: Use a separate class to remove the footer space in th

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use a separate class to remove the footer space in th
Date: 2016-06-17 09:42:55
Message-ID: E1bDqIh-0005Mj-Q4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use a separate class to remove the footer space in the query editor,
when no of records in a page is set to 0 (or, less than 0). So that -
we do not loose CSS applied on the children DOM Elements dependent of
the original class.

This was regression of commit-id:
f9393aee4488c5f35eece0d2884ccf90ff13d7bf

We were loosing the formatting under the grid table due to this change.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=359b1d017600ae59bda992cb4eace1986be5b2fc

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/css/sqleditor.css | 6 +++++-
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 8 ++++----
2 files changed, 9 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Colin Beckingham 2016-06-17 10:02:15 pgadmin4 qmake selects python 3 by default?
Previous Message Dave Page 2016-06-17 09:03:36 pgAdmin 4 commit: Improve detection of the runtime environment, and sub