File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 1- < head >
21 < link rel ="icon " href ="/images/favicon.ico " type ="image/x-icon ">
32 < title > VestaCP - Login </ title >
43 < style type ="text/css ">
1918 }
2019
2120 .login {
22- margin : 100 px 0 80px 0 ;
21+ margin : 80 px 0 80px 0 ;
2322 padding : 0 ;
2423 border-top : 1px solid # cccccc ;
2524 border-left : 1px solid # cccccc ;
3837 }
3938
4039 .login-text1 {
41- padding : 10px 0 0 0 ;
40+ padding : 10px 0 0 2 px ;
4241 color : # 433832 ;
4342 font-family : 'Trebuchet MS' , Helvetica, sans-serif;
4443 font-size : 14pt ;
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>
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 >
You can’t perform that action at this time.
0 commit comments