Apply large title again to account delete dialogHeader

This commit is contained in:
Hadi Nategh 2020-02-18 11:41:57 +01:00
parent b058051170
commit b8d36ce2b0
2 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,9 @@ td.admin_userAgent span {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#admin-account-delete .dialogHeader label.et2_label {
font-size: 120%;
}
/* Global Category classes*/ /* Global Category classes*/
.globalCat_confirmDelete { .globalCat_confirmDelete {
position: absolute; position: absolute;

View File

@ -66,6 +66,9 @@ td.admin_userAgent span {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#admin-account-delete .dialogHeader label.et2_label {
font-size: 120%;
}
/* Global Category classes*/ /* Global Category classes*/
.globalCat_confirmDelete { .globalCat_confirmDelete {
position: absolute; position: absolute;