moved to growl, changed to notification center opens conversation view
This commit is contained in:
parent
d7a403bce5
commit
35a4d4a16f
22 changed files with 1319 additions and 80 deletions
|
@ -226,8 +226,8 @@ li:first-child:hover .date {
|
|||
width: 15px;
|
||||
height: 12px;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
background: url(../img/sprite-icons.png) no-repeat -16px 0;
|
||||
display: none;
|
||||
}
|
||||
|
@ -237,6 +237,6 @@ li:hover .reply_to, li:hover .retweet {
|
|||
}
|
||||
|
||||
.retweet {
|
||||
top: 15px;
|
||||
top: 18px;
|
||||
background-position: -192px 0;
|
||||
}
|
||||
|
|
Reference in a new issue