pgAdmin 4 commit: Bundle fonts with pgAdmin so we have a standard set f

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Bundle fonts with pgAdmin so we have a standard set f
Date: 2017-09-13 15:01:19
Message-ID: E1ds9AF-0005cA-P9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Bundle fonts with pgAdmin so we have a standard set for all platforms.

Research by Shirley at Pivotal.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=788f7f3a69500c37008dbba459d3ea00b0b1bff8
Author: Atul Sharma <atul(dot)sharma(at)enterprisedb(dot)com>

Modified Files
--------------
libraries.txt | 4 ++-
web/pgadmin/browser/static/css/browser.css | 33 ++++++++++++++-------
.../misc/bgprocess/static/css/bgprocess.css | 2 +-
.../misc/file_manager/static/css/file_manager.css | 2 +-
web/pgadmin/static/css/aci_tree.overrides.css | 4 +--
web/pgadmin/static/css/bootstrap.overrides.css | 5 ++--
web/pgadmin/static/css/codemirror.overrides.css | 4 +--
web/pgadmin/static/css/pgadmin.css | 17 ++++++++++-
web/pgadmin/static/css/pgadmin.style.css | 10 +++----
web/pgadmin/static/css/webcabin.overrides.css | 6 ++--
web/pgadmin/static/fonts/OpenSans-Bold.ttf | Bin 0 -> 224452 bytes
web/pgadmin/static/fonts/OpenSans-Italic.ttf | Bin 0 -> 212760 bytes
web/pgadmin/static/fonts/OpenSans-Regular.ttf | Bin 0 -> 217276 bytes
web/pgadmin/static/fonts/OpenSans-SemiBold.ttf | Bin 0 -> 221164 bytes
web/pgadmin/static/fonts/SourceCodePro-Bold.ttf | Bin 0 -> 120504 bytes
web/pgadmin/static/fonts/SourceCodePro-Regular.ttf | Bin 0 -> 120548 bytes
web/pgadmin/static/scss/_alert.scss | 2 +-
web/pgadmin/static/scss/_alertify.overrides.scss | 2 +-
web/pgadmin/static/scss/_typography.scss | 2 +-
web/pgadmin/static/scss/sqleditor/_history.scss | 8 ++---
web/pgadmin/tools/debugger/static/css/debugger.css | 6 ++--
.../tools/sqleditor/static/css/sqleditor.css | 8 ++---
22 files changed, 73 insertions(+), 42 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-13 15:23:20 Re: Fonts for pgAdmin
Previous Message Dave Page 2017-09-13 14:50:50 Re: [pgAdmin4][Patch]: Run MakeFile to generate builds in production mode