diff options
| author | sostler <sbostler@gmail.com> | 2010-01-24 18:58:10 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-24 18:58:10 -0500 |
| commit | 12548ad8f1107e4dda3580124bcceb3c491adcfa (patch) | |
| tree | 9b5d78d1a329cac472fabdedb9595f8f9b596f0c /static/gritter/css | |
| parent | eb51bce12f0e866d09ce7df2e619820d76061af3 (diff) | |
| parent | e41bdf3a328e9984fba4cf1d6d43d96fbe3cd396 (diff) | |
commit changes from prod
Diffstat (limited to 'static/gritter/css')
| -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; |
