summaryrefslogtreecommitdiff
path: root/static/gritter/css/jquery.gritter.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/gritter/css/jquery.gritter.css')
-rwxr-xr-xstatic/gritter/css/jquery.gritter.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css
index e69dab3..0982790 100755
--- a/static/gritter/css/jquery.gritter.css
+++ b/static/gritter/css/jquery.gritter.css
@@ -44,7 +44,7 @@ float:right;
.gritter-item-wrapper {
position:relative;
margin:0 0 5px 0;
-
+color:#000;
background:url('.'); /* ie7/8 fix */
}
.gritter-top {
@@ -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;
@@ -90,19 +90,22 @@ height:auto;
border:0px solid #999;
background:url(/static/gritterbg.png)
}
+.gritter-item a{color:#000;
+}
.hover .gritter-item {
background-position:right -40px;
+ color:#000;
}
.gritter-item p {
-
+color:#000;
margin:0;
right:0;
}
.gritter-close {
position:absolute;
- top:5px;
- right:3px;
+ top:-5px;
+ right:-12px;
background:url(../images/gritter.png) no-repeat left top;
cursor:pointer;
width:30px;
@@ -111,10 +114,10 @@ right:0;
.gritter-title {
font-size:14px;
font-weight:bold;
-
-
+ color:#000;
display:block;
- text-shadow:-1px -1px #eee; /* Not supported by IE :( */
+}
+.gritter-title a{color:#000;
}
.gritter-image {
width:48px;