diff options
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/static/css/index.css b/static/css/index.css index 1b99c1e..bf15dc4 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -7,6 +7,9 @@ body { background-position:top; } +#passwordreset{ + +} #video{ display:none; } @@ -178,7 +181,26 @@ p { font-size:15px; z-index: 11; } - +#submit{ +cursor:pointer; + display:inline-block; + width:300px; + height:33px; + font-size:20px; + background-image:url(/static/img/btngrad1.png); + font-weight:bold; + word-spacing:7; + margin-top:12px; + text-align:center; + z-index:100; + font-size:16px; + color:#fff; + text-shadow:1px 1px 3px #000; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px;*/ + border:solid 1px #eee; +} input { height:40px; width:300px; @@ -246,4 +268,10 @@ margin-bottom:7px; } #remember{margin-top:-6px;} #remember a{text-decoration:none;font-size:13px;margin-left:14px;color:#f0e;} +#furie3 { + position: absolute; + left:385px; + top:240px; + z-index: 10; +} |
