diff options
| author | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
| commit | d71b5a02c17e40a6f21b9cf12b7e12457d8df4b5 (patch) | |
| tree | 9f4950a04d881781f3631865a8eaa8e192c50b19 /static/gritter/css/jquery.gritter.css | |
| parent | 99c8ae25e4bc2b095f956fdc7a90f66c55014e02 (diff) | |
| parent | 167efea3b97a3414f5608d9bfff55aebb29b0727 (diff) | |
merging
Diffstat (limited to 'static/gritter/css/jquery.gritter.css')
| -rwxr-xr-x | static/gritter/css/jquery.gritter.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index 177765a..bbd8f47 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -1,6 +1,7 @@ /* ie6 trash */ * html #gritter-notice-wrapper { position:absolute; +color:fff; } * html .gritter-top { margin-bottom:-10px; @@ -12,7 +13,6 @@ margin-bottom:0; } * html .gritter-close { - background:url(../images/gritter-close-ie6.gif); width:22px; height:22px; top:7px; @@ -25,7 +25,8 @@ position:fixed; top:70px; right:40px; - width:301px; + width:30%; +min-width:300px; z-index:9999; @@ -62,11 +63,11 @@ color:#000; } .gritter-item { display:block; -background-color:#eee; - color:#000; +background-color:#fff; + color:#fff; height:auto; padding:7px 15px 11px 11px; - font-size: 11px; + font-size: 19px; height:auto; font-family:verdana; border-top-left-radius:5px; @@ -85,16 +86,15 @@ height:auto; -webkit-box-shadow: 5px 7px 10px #c8cbce; -moz-box-shadow: 5px 7px 10px #c8cbce; border:0px solid #999; - background:url(/static/gritter/gritterbg.png) } -.gritter-item a{color:#000; +.gritter-item a:link{color:#fff;font-size:13; } .hover .gritter-item { background-position:right -40px; - color:#000; + color:#fff; } .gritter-item p { -color:#000; +color:#000;font-size:13; margin:0; right:0; @@ -130,3 +130,4 @@ right:0px; width:250px; float:right; } +a:link{color:#000} |
