diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-10 01:28:42 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-10 01:28:42 -0500 |
| commit | 71de79d5c650fab0bbaffe24f450e7fed9605c42 (patch) | |
| tree | 92344f9db649a70de6427f0efe74bd28d929c6b8 /static/gritter | |
| parent | 9484fb8528cddb2fc1ea177c32a945c719ebcabc (diff) | |
Commit prod
Diffstat (limited to 'static/gritter')
| -rwxr-xr-x | static/gritter/css/jquery.gritter.css | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index e69dab3..0982790 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -44,7 +44,7 @@ float:right; .gritter-item-wrapper { position:relative; margin:0 0 5px 0; - +color:#000; background:url('.'); /* ie7/8 fix */ } .gritter-top { @@ -66,7 +66,7 @@ float:right; display:block; background:url(../images/gritter.png0) no-repeat left -40px; background-color:#eee; - color:#ccc; + color:#000; height:auto; padding:7px 15px 11px 11px; font-size: 11px; @@ -90,19 +90,22 @@ height:auto; border:0px solid #999; background:url(/static/gritterbg.png) } +.gritter-item a{color:#000; +} .hover .gritter-item { background-position:right -40px; + color:#000; } .gritter-item p { - +color:#000; margin:0; right:0; } .gritter-close { position:absolute; - top:5px; - right:3px; + top:-5px; + right:-12px; background:url(../images/gritter.png) no-repeat left top; cursor:pointer; width:30px; @@ -111,10 +114,10 @@ right:0; .gritter-title { font-size:14px; font-weight:bold; - - + color:#000; display:block; - text-shadow:-1px -1px #eee; /* Not supported by IE :( */ +} +.gritter-title a{color:#000; } .gritter-image { width:48px; |
