summaryrefslogtreecommitdiff
path: root/static/gritter
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-06 21:53:42 -0400
committersostler <sbostler@gmail.com>2010-04-06 21:53:42 -0400
commita0334eba97fb985ee290c11f6ee72196dbe889b0 (patch)
treed348e857b04d4e47bfb7afb712c7bee70545a6cc /static/gritter
parenta514554be0b15d937959af2d52c03da7eee3d60f (diff)
parentab5e22770ce39adc94f444de18763a4b4674113a (diff)
Merge RM of static/help.html
Diffstat (limited to 'static/gritter')
-rwxr-xr-xstatic/gritter/css/jquery.gritter.css9
-rw-r--r--static/gritter/gritterbg.pngbin0 -> 136 bytes
2 files changed, 3 insertions, 6 deletions
diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css
index 0982790..177765a 100755
--- a/static/gritter/css/jquery.gritter.css
+++ b/static/gritter/css/jquery.gritter.css
@@ -48,14 +48,12 @@ color:#000;
background:url('.'); /* ie7/8 fix */
}
.gritter-top {
- background:url(../images/gritter.png0) no-repeat left -30px;
height:10px;
}
.hover .gritter-top {
background-position:right -30px;
}
.gritter-bottom {
- background:url(../images/gritter.png0) no-repeat left bottom;
height:0px;
margin:0;
}
@@ -64,7 +62,6 @@ color:#000;
}
.gritter-item {
display:block;
- background:url(../images/gritter.png0) no-repeat left -40px;
background-color:#eee;
color:#000;
height:auto;
@@ -88,7 +85,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)
+ background:url(/static/gritter/gritterbg.png)
}
.gritter-item a{color:#000;
}
@@ -106,7 +103,7 @@ right:0;
position:absolute;
top:-5px;
right:-12px;
- background:url(../images/gritter.png) no-repeat left top;
+ background:url(/static/gritter/gritterclose.png) no-repeat left top;
cursor:pointer;
width:30px;
height:30px;
@@ -117,7 +114,7 @@ right:0;
color:#000;
display:block;
}
-.gritter-title a{color:#000;
+.gritter-title a:link{color:#000;
}
.gritter-image {
width:48px;
diff --git a/static/gritter/gritterbg.png b/static/gritter/gritterbg.png
new file mode 100644
index 0000000..eea2c8c
--- /dev/null
+++ b/static/gritter/gritterbg.png
Binary files differ