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