Skip to content

Commit 245328c

Browse files
author
Kristan Kenney
committed
Update login dialog box
1 parent 495b26e commit 245328c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,25 +2916,25 @@ a.button.cancel {
29162916

29172917
.login a.error {
29182918
color: #BE5ABF;
2919+
font-size: 0.8rem;
29192920
}
2921+
29202922
.hestiacp {
29212923
color: #505050;
2922-
font-size: 10px;
2923-
text-align: right;
29242924
}
29252925
.hestiacp:hover {
29262926
color: #326b9b;
29272927
}
29282928
.hestiacp:active {
29292929
color: #cc3366;
29302930
}
2931+
29312932
.login-bottom {
2932-
height: 50px;
2933-
margin: 0;
2934-
padding: 0 26px 0 0;
2933+
height: 60px;
29352934
text-align: right;
29362935
vertical-align: top;
2937-
width: 474px;
2936+
font-size: 0.75rem !important;
2937+
margin-right: 65px;
29382938
}
29392939

29402940
.l-unit.selected {

web/templates/login.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<td>
55
<table>
66
<tr>
7-
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px;" /></a>
7+
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8+
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 20px 0 0 0;">
10+
<td style="padding: 40px 60px 0 0;">
1111
<form method="post" action="/login/" >
1212
<input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
1313
<script>
@@ -93,7 +93,7 @@
9393
<td colspan=2>
9494
<div class="login-bottom">
9595
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
96-
<a class="hestiacp" href="https://www.hestiacp.com" >Hestia Control Panel</a>
96+
<a class="hestiacp" href="https://www.hestiacp.com">v<?php echo $_SESSION['VERSION']; ?></a>
9797
</div>
9898
</td>
9999
</tr>

0 commit comments

Comments
 (0)