diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:23:08 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:23:08 -0500 |
| commit | 2317d7e4acc210eb061a4ef545230b4e4892e2f3 (patch) | |
| tree | 7d9f3e71298fcc318e1e8069d061fbeb18711575 /static/gritter | |
| parent | 51727e64db58dcc79ecaf073425e97d259a1e016 (diff) | |
timb adding ryder's changes
Diffstat (limited to 'static/gritter')
| -rwxr-xr-x | static/gritter/css/jquery.gritter.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index 3189eb2..e69dab3 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -31,10 +31,10 @@ z-index:9999; } #gritter-notice-wrapper img{ - max-width:250px; - width: expression(this.width > 250 ? 250: true); - max-height:240px; - height: expression(this.width > 240 ? 240: true) + max-width:280px; + width: expression(this.width > 280 ? 280: true); + max-height:260px; + height: expression(this.width > 260 ? 260: true) right:5px; @@ -66,7 +66,7 @@ float:right; display:block; background:url(../images/gritter.png0) no-repeat left -40px; background-color:#eee; - color:#000; + color:#ccc; height:auto; padding:7px 15px 11px 11px; font-size: 11px; @@ -88,6 +88,7 @@ height:auto; -webkit-box-shadow: 5px 7px 10px #c8cbce; -moz-box-shadow: 5px 7px 10px #c8cbce; border:0px solid #999; + background:url(/static/gritterbg.png) } .hover .gritter-item { background-position:right -40px; |
