summaryrefslogtreecommitdiff
path: root/static/gritter
diff options
context:
space:
mode:
Diffstat (limited to 'static/gritter')
-rwxr-xr-xstatic/gritter/css/jquery.gritter.css19
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}