From 5ebfd88f11048bfde586d2caeaef63f51745b2bf Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Mon, 18 Sep 2017 11:57:44 +0100 Subject: [PATCH] Correct alignment of the X button on dismissable alerts. --- web/pgadmin/static/css/bootstrap.overrides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/pgadmin/static/css/bootstrap.overrides.css b/web/pgadmin/static/css/bootstrap.overrides.css index 82c2f4ed2..73b4fc700 100755 --- a/web/pgadmin/static/css/bootstrap.overrides.css +++ b/web/pgadmin/static/css/bootstrap.overrides.css @@ -1341,3 +1341,8 @@ body { .override_label_class_font_size { font-size: inherit !important; } + +/* To align 'X' in alert on login page */ +.alert-dismissable, .alert-dismissible { + padding-right: 35px !important; +}