|
|
@@ -1,4 +1,3 @@
|
|
|
-<head>
|
|
|
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
|
|
<title> VestaCP - Login </title>
|
|
|
<style type="text/css">
|
|
|
@@ -19,7 +18,7 @@
|
|
|
}
|
|
|
|
|
|
.login {
|
|
|
- margin: 100px 0 80px 0;
|
|
|
+ margin: 80px 0 80px 0;
|
|
|
padding: 0;
|
|
|
border-top: 1px solid #cccccc;
|
|
|
border-left: 1px solid #cccccc;
|
|
|
@@ -38,7 +37,7 @@
|
|
|
}
|
|
|
|
|
|
.login-text1 {
|
|
|
- padding: 10px 0 0 0;
|
|
|
+ padding: 10px 0 0 2px;
|
|
|
color: #433832;
|
|
|
font-family: 'Trebuchet MS', Helvetica, sans-serif;
|
|
|
font-size: 14pt;
|
|
|
@@ -73,6 +72,18 @@
|
|
|
font-size: 10pt;
|
|
|
color: #DE6C5D;
|
|
|
}
|
|
|
+ .loggin-input {
|
|
|
+ padding: 4px;
|
|
|
+ font-size: 12pt;
|
|
|
+ color: #555;
|
|
|
+ }
|
|
|
+ .loggin-button {
|
|
|
+ padding: 4px;
|
|
|
+ margin: 0 6px 0 0;
|
|
|
+ font-size: 10pt;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
|
@@ -83,7 +94,7 @@
|
|
|
<td>
|
|
|
<table>
|
|
|
<tr>
|
|
|
- <td style="padding: 0 30 0 30;">
|
|
|
+ <td style="padding: 0 10 0 42;">
|
|
|
<img src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" />
|
|
|
</td>
|
|
|
<td style="padding: 20px 0 0 0;"><form method="post" action="/login/" >
|
|
|
@@ -91,15 +102,15 @@
|
|
|
<tr>
|
|
|
<td><p class="login-text1">Username</p></td>
|
|
|
</tr><tr>
|
|
|
- <td><input tabindex="1" type="text" size="24px" name="user" ></td>
|
|
|
+ <td><input tabindex="1" type="text" size="18px" name="user" class="loggin-input"></td>
|
|
|
</tr><tr>
|
|
|
<td><p class="login-text1">Password <a tabindex="5" class="forgot" href="#" >(forgot password)</a></p></td>
|
|
|
</tr><tr>
|
|
|
- <td><input tabindex="2" type="password" size="24px" name="password" ></td>
|
|
|
+ <td><input tabindex="2" type="password" size="18px" name="password" class="loggin-input"></td>
|
|
|
</tr><tr>
|
|
|
<td><p class="login-text2"><input tabindex="4" type="checkbox" style="margin: 0 8px 0 0" >Remember me</p></td>
|
|
|
</tr><tr>
|
|
|
- <td><input tabindex="3" type="submit" value="Log In" ></td>
|
|
|
+ <td><input tabindex="3" type="submit" value="Log In" class="loggin-button"></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</form>
|