diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2010-11-26 13:48:12 -0500 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2010-11-26 13:48:12 -0500 |
| commit | d82ee6e32595edef8b7c5782f72eacac24d8a0c2 (patch) | |
| tree | b0ad59cafb565bc894dd40f79d5cdc5fa2a65c58 /static/css/front.css | |
| parent | afb3286c00c33db372febafb54c84701a174092e (diff) | |
| parent | 3b9c0e6224825ce798c988e1b7d9dbc8c9b43fec (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/front.css')
| -rw-r--r-- | static/css/front.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/static/css/front.css b/static/css/front.css index 1bf973e..4adfbe0 100644 --- a/static/css/front.css +++ b/static/css/front.css @@ -5,11 +5,8 @@ right:3; color:#fff; position: relative; -top:-2; -filter:alpha(opacity=90); - -moz-opacity:0.9; - -khtml-opacity: 0.9; - opacity: 0.9z-index:2; +top:8px; +z-index:20000000; } @@ -32,7 +29,7 @@ filter:alpha(opacity=90); background-color:#fff; - +z-index:20000000; *padding:4px 12px 6px; filter:alpha(opacity=80); @@ -95,7 +92,7 @@ a.signin.menu-open span {cursor:pointer; color:#789; font-size:11px; box-shadow: 3px 2px 2px #ccc; -webkit-box-shadow: 3px 2px 2px #ccc; -z-index:5000; +z-index:50000000; -moz-box-shadow: 3px 2px 2px #ccc; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, positive=true); } |
