gritter css fix

pull/2358/head
John McLear 2014-11-28 02:25:21 +00:00
parent 68979e1212
commit a642deaa72
1 changed files with 1 additions and 4 deletions

View File

@ -1057,6 +1057,7 @@ input[type=checkbox] {
right:20px; right:20px;
width:301px; width:301px;
z-index:9999; z-index:9999;
background-color:#666;
} }
#gritter-notice-wrapper.bottom-right { #gritter-notice-wrapper.bottom-right {
top: auto; top: auto;
@ -1070,14 +1071,12 @@ input[type=checkbox] {
} }
.gritter-top { .gritter-top {
background:url(../../static/img/gritter.png) no-repeat left -30px;
height:10px; height:10px;
} }
.hover .gritter-top { .hover .gritter-top {
background-position:right -30px; background-position:right -30px;
} }
.gritter-bottom { .gritter-bottom {
background:url(../../static/img/gritter.png) no-repeat left bottom;
height:8px; height:8px;
margin:0; margin:0;
} }
@ -1086,7 +1085,6 @@ input[type=checkbox] {
} }
.gritter-item { .gritter-item {
display:block; display:block;
background:url(../../static/img/gritter.png) no-repeat left -40px;
color:#eee; color:#eee;
padding:2px 11px 8px 11px; padding:2px 11px 8px 11px;
font-size: 11px; font-size: 11px;
@ -1104,7 +1102,6 @@ input[type=checkbox] {
position:absolute; position:absolute;
top:5px; top:5px;
left:3px; left:3px;
background:url('../../static/img/gritter.png') no-repeat left top;
cursor:pointer; cursor:pointer;
width:30px; width:30px;
height:30px; height:30px;