diff options
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/css/index.css b/static/css/index.css index 9210f8f..05a4545 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -187,7 +187,9 @@ cursor:pointer; text-shadow:1px 1px 3px #000; z-index:20; - -moz-border-radius: 5px;*/ +border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; } input { height:40px; @@ -261,7 +263,7 @@ margin-bottom:7px; #furie3 { position: absolute; left:294px; - top:260px; + margin-top:250px; z-index: 10; } @@ -280,15 +282,14 @@ padding-top:20px;margin: 0 auto 0 auto; */ #talkaboutus{ position:relative; -z-index:20; -top:-30px; +z-index:-10; height:0px; margin: 0 auto 0 auto; } #slider { position:relative; -z-index:20; +z-index:-1; //See the "style-pack" below for image background:url(images/loading.gif) no-repeat 50% 50%; } |
