Hi Hackers,

This patch changes the ACI Tree font to the font used in the rest of the
project and increases the size to match, Helvetica.

Thanks,
Shirley & Sarah
diff --git a/web/pgadmin/static/css/aci_tree.overrides.css 
b/web/pgadmin/static/css/aci_tree.overrides.css
new file mode 100644
index 00000000..a73a4d1f
--- /dev/null
+++ b/web/pgadmin/static/css/aci_tree.overrides.css
@@ -0,0 +1,4 @@
+.aciTree .aciTreeText {
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-size: 12px;
+}
\ No newline at end of file
diff --git a/web/pgadmin/templates/base.html b/web/pgadmin/templates/base.html
index 9cbe2b9d..829c195b 100755
--- a/web/pgadmin/templates/base.html
+++ b/web/pgadmin/templates/base.html
@@ -60,6 +60,7 @@
     {% endfor %}
 
     <link type="text/css" rel="stylesheet" href="{{ url_for('static', 
filename='css/bootstrap.overrides.css') }}"/>
+    <link type="text/css" rel="stylesheet" href="{{ url_for('static', 
filename='css/aci_tree.overrides.css') }}"/>
     <link type="text/css" rel="stylesheet" href="{{ url_for('static', 
filename='css/pgadmin.css') }}"/>
     <link type="text/css" rel="stylesheet" href="{{ url_for('static', 
filename='css/pgadmin.style.css') }}"/>
     {% block css_link %}{% endblock %}
-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to