diff options
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 37 |
1 files changed, 14 insertions, 23 deletions
diff --git a/static/register.html b/static/register.html index ce222e1..c60a319 100644 --- a/static/register.html +++ b/static/register.html @@ -15,11 +15,6 @@ <style type="text/css"> - - - - - <!-- .white a:link { text-decoration: none; @@ -48,7 +43,7 @@ width:460px; margin: 0px auto -1px auto; height:400px; -padding-top:15; +padding-top:5; z-index:2; opacity:0.9; border-top-left-radius:10px; @@ -72,6 +67,9 @@ padding-top:15; -webkit-box-shadow: 5px 5px 100px #c8cbce; -moz-box-shadow: 5px 5px 100px #c8cbce; } +#main img{margin-left:80; + +} #logout7{ top:5px; position:relative; @@ -132,7 +130,7 @@ text-decoration:none; font-size:15px; } -.feild { +.field { height:40px; width:300px; border:3px #000; @@ -197,12 +195,6 @@ top:15px; --> - - - - - - </style> <body> @@ -226,27 +218,26 @@ top:15px; <div align="right"> <h1> </h1> <h1><span>username</span> - <input type="text" class="feild"id="nickInput" /> + <input type="text" class="field"id="nickInput" /> <br /> <span>password</span> - <input type="password"class="feild" id="passwordInput" /> + <input type="password"class="field" id="passwordInput" /> </h1> <h1><span>email</span> - <input type="text" class="feild"id="emailInput" /> + <input type="text" class="field"id="emailInput" /> </h1> <h1><span> regcode</span> - <input type="text" class="feild" id="codeInput" /> + <input type="text" class="field" id="codeInput" /> </h1> - - <h1> <br /> - + + <h1><br /> + </h1> - <div align="center"> - - <input type="submit" class="submit" id="submit" value="Register!" /> + <div align="center"> + <input type="submit" class="submit" id="submit" value="Register!" /> </div> </div> </div> |
