pgAdmin 4 commit: Update to use the new skeleton CSS from wcDocker, and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update to use the new skeleton CSS from wcDocker, and
Date: 2015-03-05 11:13:51
Message-ID: E1YTTix-0006MU-I2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update to use the new skeleton CSS from wcDocker, and restore a default
layout if the saved one fails for any reason.

Branch
------
master

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

Modified Files
--------------
.../browser/templates/browser/js/browser.js | 36 +-
web/pgadmin/browser/views.py | 7 +-
web/pgadmin/static/css/wcDocker/wcDocker.css | 355 --------------------
web/pgadmin/static/css/wcDocker/wcDocker.min.css | 16 -
.../static/css/wcDocker/wcDockerSkeleton.css | 355 ++++++++++++++++++++
5 files changed, 383 insertions(+), 386 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-03-05 11:27:38 pgAdmin III commit: Add a note explaining that the "password" connectio
Previous Message Dave Page 2015-03-05 09:38:48 Re: Patch for builddocs.bat