Kristan Kenney 6 лет назад
Родитель
Сommit
245328cf51
2 измененных файлов с 10 добавлено и 10 удалено
  1. 6 6
      web/css/styles.min.css
  2. 4 4
      web/templates/login.html

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

@@ -2916,11 +2916,11 @@ a.button.cancel {
 
 .login a.error {
   color: #BE5ABF;
+  font-size: 0.8rem;
 }
+
 .hestiacp {
   color: #505050;
-  font-size: 10px;
-  text-align: right;
 }
 .hestiacp:hover {
   color: #326b9b;
@@ -2928,13 +2928,13 @@ a.button.cancel {
 .hestiacp:active {
   color: #cc3366;
 }
+
 .login-bottom {
-  height: 50px;
-  margin: 0;
-  padding: 0 26px 0 0;
+  height: 60px;
   text-align: right;
   vertical-align: top;
-  width: 474px;
+  font-size: 0.75rem !important;
+  margin-right: 65px;
 }
 
 .l-unit.selected {

+ 4 - 4
web/templates/login.html

@@ -4,10 +4,10 @@
                     <td>
                         <table>
                             <tr>
-                                <td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
-                                    <a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px;" /></a>
+                                <td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
+                                    <a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
                                 </td>
-                                <td style="padding: 20px 0 0 0;">
+                                <td style="padding: 40px 60px 0 0;">
                                     <form method="post" action="/login/" >
                                     <input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
                                     <script>
@@ -93,7 +93,7 @@
                             <td colspan=2>
                                 <div class="login-bottom">
                                     <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
-                                    <a class="hestiacp" href="https://www.hestiacp.com" >Hestia Control Panel</a>
+                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?php echo $_SESSION['VERSION']; ?></a>
                                 </div>
                             </td>
                         </tr>