diff options
| author | sostler <sbostler@gmail.com> | 2010-05-27 14:17:35 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-27 14:17:35 -0400 |
| commit | 96adff534b34ca1e92f12266e27a9784ec802f40 (patch) | |
| tree | 3cdde26cda9716f290cc9ccec712393025c33fdc /static/css/index.css | |
| parent | f057fd141ec80bfd042914ed7d1439962b1ff160 (diff) | |
| parent | e9dcb2bc4bb1b915e02eff3823d6006b052df13d (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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%; } |
