Skip to content

Commit 8959b3f

Browse files
committed
new login screen
1 parent a2bb697 commit 8959b3f

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

web/templates/login.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<head>
21
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
32
<title> VestaCP - Login </title>
43
<style type="text/css">
@@ -19,7 +18,7 @@
1918
}
2019

2120
.login {
22-
margin: 100px 0 80px 0;
21+
margin: 80px 0 80px 0;
2322
padding: 0;
2423
border-top: 1px solid #cccccc;
2524
border-left: 1px solid #cccccc;
@@ -38,7 +37,7 @@
3837
}
3938

4039
.login-text1 {
41-
padding: 10px 0 0 0;
40+
padding: 10px 0 0 2px;
4241
color: #433832;
4342
font-family: 'Trebuchet MS', Helvetica, sans-serif;
4443
font-size: 14pt;
@@ -73,6 +72,18 @@
7372
font-size: 10pt;
7473
color: #DE6C5D;
7574
}
75+
.loggin-input {
76+
padding: 4px;
77+
font-size: 12pt;
78+
color: #555;
79+
}
80+
.loggin-button {
81+
padding: 4px;
82+
margin: 0 6px 0 0;
83+
font-size: 10pt;
84+
85+
}
86+
7687

7788
</style>
7889
</head>
@@ -83,23 +94,23 @@
8394
<td>
8495
<table>
8596
<tr>
86-
<td style="padding: 0 30 0 30;">
97+
<td style="padding: 0 10 0 42;">
8798
<img src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" />
8899
</td>
89100
<td style="padding: 20px 0 0 0;"><form method="post" action="/login/" >
90101
<table class="login-box">
91102
<tr>
92103
<td><p class="login-text1">Username</p></td>
93104
</tr><tr>
94-
<td><input tabindex="1" type="text" size="24px" name="user" ></td>
105+
<td><input tabindex="1" type="text" size="18px" name="user" class="loggin-input"></td>
95106
</tr><tr>
96107
<td><p class="login-text1">Password <a tabindex="5" class="forgot" href="#" >(forgot password)</a></p></td>
97108
</tr><tr>
98-
<td><input tabindex="2" type="password" size="24px" name="password" ></td>
109+
<td><input tabindex="2" type="password" size="18px" name="password" class="loggin-input"></td>
99110
</tr><tr>
100111
<td><p class="login-text2"><input tabindex="4" type="checkbox" style="margin: 0 8px 0 0" >Remember me</p></td>
101112
</tr><tr>
102-
<td><input tabindex="3" type="submit" value="Log In" ></td>
113+
<td><input tabindex="3" type="submit" value="Log In" class="loggin-button"></td>
103114
</tr>
104115
</table>
105116
</form>

0 commit comments

Comments
 (0)