diff options
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/index.css | 11 | ||||
| -rwxr-xr-x | static/css/profile.css | 6 |
2 files changed, 8 insertions, 9 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{ |
