diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-11 05:37:22 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-11 05:37:22 -0500 |
| commit | 3352b2dfdf82955d58fca2dd08e4a4d5fc289c93 (patch) | |
| tree | 7aa6f84ad638c282b5a6e493a0769b2312c3ddd8 /static/index.html | |
| parent | f00df7bab26ba0ce4652710d794a9724b308cdb1 (diff) | |
timb merging ryder's changes
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html index 7710601..c3006af 100755 --- a/static/index.html +++ b/static/index.html @@ -71,7 +71,9 @@ body { top: 12px; left: 140px; } +#remember{ +} #customer { position: absolute; left: -80px; @@ -151,6 +153,19 @@ line-height:-1; border:solid 1px #eee; } +#remembermeInput { + width: 15px; + height: 15px; + margin: 1px; +} + +label { + display: block; + width: 300px; + text-align: right; + font-size: 16px; + color: #222; +} </style> </head> @@ -174,14 +189,15 @@ line-height:-1; </div> <input type="text" id="nickInput" size="17" /> <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible"> - <input type="password" id="passwordInput" size="17" /> + <input type="password" id="passwordInput" size="17" /><br /> + - <label> - <input type="checkbox" name="rememberme" id="remembermeInput" /> - Remember Me - </label> <!-- <br /><a id="signin-submit">Sign In</a> --> <input id="signin-submit" value="Sign In" /> + <div id="remember"><label> + <input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" /> + Remember Me + </label></div> </div> </div> <div id="info" align="right"> |
