diff options
Diffstat (limited to 'static/gritter')
| -rwxr-xr-x | static/gritter/css/jquery.gritter.css | 4 | ||||
| -rwxr-xr-x | static/gritter/js/jquery.gritter.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index 0d23e04..3189eb2 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -24,7 +24,7 @@ #gritter-notice-wrapper { position:fixed; top:70px; - right:20px; + right:40px; width:301px; @@ -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; diff --git a/static/gritter/js/jquery.gritter.js b/static/gritter/js/jquery.gritter.js index 60305ba..b673f8f 100755 --- a/static/gritter/js/jquery.gritter.js +++ b/static/gritter/js/jquery.gritter.js @@ -22,7 +22,7 @@ $.gritter.options = {
fade_in_speed: 'medium', // how fast notifications fade in
fade_out_speed: 1000, // how fast the notices fade out
- time: 2500 // hang on the screen for...
+ time: 4500 // hang on the screen for...
}
/**
|
