Browse Source

Add welcome message to login screen

Kristan Kenney 6 years ago
parent
commit
495b26e437
2 changed files with 11 additions and 0 deletions
  1. 6 0
      web/css/styles.min.css
  2. 5 0
      web/templates/login.html

+ 6 - 0
web/css/styles.min.css

@@ -2898,6 +2898,12 @@ a.button.cancel {
   border-radius: 6px;
 }
 
+.login-welcome {
+  font-size: 1.1rem !important;
+  font-weight: 400 !important;
+  padding-bottom: 30px !important;
+}
+
 .qr-code {
   border: 1px solid #cfcfcf;
   border-radius: 4px;

+ 5 - 0
web/templates/login.html

@@ -31,6 +31,11 @@
                                     }
                                     </script>
                                     <table class="login-box">
+                                        <tr>
+                                            <td syle="padding: 12px 0 0 2px;" class="login-welcome">
+                                                <?php print __('Welcome to Hestia Control Panel');?>
+                                            </td>
+                                        </tr>
                                         <tr>
                                             <td syle="padding: 12px 0 0 2px;">
                                                 <?php print __('Username');?>