pgAdmin 4 commit: Further styling fixes.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Further styling fixes.
Date: 2019-01-03 14:50:28
Message-ID: E1gf4KK-0000Um-CI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Further styling fixes.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d765fea04bd3d059a7a7dc7b1aee01bf0e18ae8
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/misc/file_manager/__init__.py | 7 +-
web/pgadmin/misc/file_manager/static/js/utility.js | 8 +--
.../file_manager/static/scss/_file_manager.scss | 52 ++++++++++++++
.../file_manager/js/languages/{en.js => en.json} | 9 ---
web/pgadmin/static/js/backform.pgadmin.js | 84 +++++++++++++++++++++-
web/pgadmin/static/scss/_backform.overrides.scss | 15 ++--
web/pgadmin/static/scss/_backgrid.overrides.scss | 7 +-
web/pgadmin/static/scss/_codemirror.overrides.scss | 25 ++++---
web/pgadmin/static/scss/_pgadmin.style.scss | 12 +++-
.../static/scss/resources/_default.variables.scss | 3 +
.../templates/security/change_password.html | 2 +-
web/pgadmin/tools/backup/static/js/backup.js | 7 +-
.../tools/debugger/static/js/debugger_ui.js | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 3 +
15 files changed, 193 insertions(+), 45 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-01-03 15:09:27 Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica
Previous Message Dave Page 2019-01-03 14:44:03 Re: [pgAdmin4][RM3679] Query Tool not working