Skip to content

Commit 495b26e

Browse files
author
Kristan Kenney
committed
Add welcome message to login screen
1 parent fbf7ed5 commit 495b26e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,12 @@ a.button.cancel {
28982898
border-radius: 6px;
28992899
}
29002900

2901+
.login-welcome {
2902+
font-size: 1.1rem !important;
2903+
font-weight: 400 !important;
2904+
padding-bottom: 30px !important;
2905+
}
2906+
29012907
.qr-code {
29022908
border: 1px solid #cfcfcf;
29032909
border-radius: 4px;

web/templates/login.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
}
3232
</script>
3333
<table class="login-box">
34+
<tr>
35+
<td syle="padding: 12px 0 0 2px;" class="login-welcome">
36+
<?php print __('Welcome to Hestia Control Panel');?>
37+
</td>
38+
</tr>
3439
<tr>
3540
<td syle="padding: 12px 0 0 2px;">
3641
<?php print __('Username');?>

0 commit comments

Comments
 (0)