From e4f21568add5e3e52f71453ba45e1007823bc1e3 Mon Sep 17 00:00:00 2001 From: Harshal Dhumal Date: Tue, 7 Jun 2016 09:23:58 +0100 Subject: [PATCH] Fix styling of Alertify buttons --- web/pgadmin/static/css/overrides.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 3cb7dc824..7453b2679 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -1103,7 +1103,8 @@ span.button-label { } button.pg-alertify-button { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; - font-size: 15px; + font-size: 14px; + -webkit-font-smoothing: auto; } .fa.pg-alertify-button:before { font: normal normal normal 18px/1 FontAwesome; @@ -1319,10 +1320,10 @@ height: calc(100% - 35px); font-size: 12px; } -.user_management-pg-alertify-button { - font-size: 14px !important; -} - .alertify_tools_dialog_backgrid_properties { top: 43px !important; +} + +.user_management_pg-alertify-button { + line-height: 16px; } \ No newline at end of file