Fix styling of Alertify buttons

This commit is contained in:
Harshal Dhumal
2016-06-07 09:23:58 +01:00
committed by Dave Page
parent 124f49869e
commit e4f21568ad

View File

@@ -1103,7 +1103,8 @@ span.button-label {
} }
button.pg-alertify-button { button.pg-alertify-button {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px; font-size: 14px;
-webkit-font-smoothing: auto;
} }
.fa.pg-alertify-button:before { .fa.pg-alertify-button:before {
font: normal normal normal 18px/1 FontAwesome; font: normal normal normal 18px/1 FontAwesome;
@@ -1319,10 +1320,10 @@ height: calc(100% - 35px);
font-size: 12px; font-size: 12px;
} }
.user_management-pg-alertify-button {
font-size: 14px !important;
}
.alertify_tools_dialog_backgrid_properties { .alertify_tools_dialog_backgrid_properties {
top: 43px !important; top: 43px !important;
} }
.user_management_pg-alertify-button {
line-height: 16px;
}