diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-04 13:00:32 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-04 13:00:32 -0400 |
| commit | 9fd7bb2df6ea4ec14ab4b53f403738a7fc83f570 (patch) | |
| tree | d992deab93e9d1c3b4e509d632709b1d9a082e58 /static | |
| parent | a4e5f1dfa6bb0a710dcb987a56445deeccc048ce (diff) | |
sostler prod commit
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/index.css | 11 | ||||
| -rwxr-xr-x | static/css/profile.css | 6 | ||||
| -rw-r--r-- | static/img/idontgetit.jpg | bin | 6798391 -> 0 bytes | |||
| -rwxr-xr-x | static/index.html | 5 |
4 files changed, 10 insertions, 12 deletions
diff --git a/static/css/index.css b/static/css/index.css index e3c3cd6..1b99c1e 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -139,6 +139,7 @@ color:#fff; width:420px; margin:30px auto -1px auto; opacity:0.9; +z-index:4500; vertical-align: bottom; text-align:center; width:100%; @@ -234,11 +235,15 @@ line-height:-1; } label { - display: block; + display:inline-block; width: 300px; text-align: right; - font-size: 16px; + font-size: 12px; color: #222; +line-height:1.5; +margin-top:-3px; +margin-bottom:7px; } - +#remember{margin-top:-6px;} +#remember a{text-decoration:none;font-size:13px;margin-left:14px;color:#f0e;} diff --git a/static/css/profile.css b/static/css/profile.css index ee2566e..231cda0 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -104,12 +104,6 @@ margin-top:0; margin-left:auto; margin-right: auto ; - -#cats{ -background-image:url(/static/img/dumpcats2.png); -} - - } #upload{ diff --git a/static/img/idontgetit.jpg b/static/img/idontgetit.jpg Binary files differdeleted file mode 100644 index e8bd2c3..0000000 --- a/static/img/idontgetit.jpg +++ /dev/null diff --git a/static/index.html b/static/index.html index 1f6930f..5607607 100755 --- a/static/index.html +++ b/static/index.html @@ -60,10 +60,9 @@ $(document).ready(function() { <div id="remember"><label> <input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" /> Remember Me - </label></div> -<div> + </label> <br> - <a href="/reset-request" style="text-decoration:none;">Forgot your password?</a><br> + <a href="/reset-request">Lost password?</a><br> </div> </div> |
