通知样式

This commit is contained in:
Van 2014-10-24 12:57:53 +08:00
parent 496e924259
commit c20e00a172
3 changed files with 8 additions and 3 deletions

View File

@ -271,7 +271,7 @@
}
.bottom-window-group .output {
padding: 2px 5px;
padding: 0 5px;
line-height: 16px;
font-size: 12px;
}
@ -356,5 +356,11 @@
float: right;
display: none;
cursor: pointer;
background-color: red;
color: #FFF;
margin: 1px 5px;
padding: 0 2px;
border-radius: 3px;
line-height: 16px;
}
/* end footer */

View File

@ -301,7 +301,6 @@ var wide = {
$(".content").height(mainH);
$(".side .tabs-panel").height(mainH - 20);
$(".bottom-window-group .output").height(bottomH - 27);
$(".bottom-window-group > .tabs-panel > div > div").height(bottomH - 20);
},
_initBottomWindowGroup: function () {

View File

@ -185,7 +185,7 @@
</div>
<div class="fn-right">
<span class="cursor"></span>
<span class="notification-count" title="{{.i18n.unread_notification}}">{{.i18n.notification}}!</span>
<span class="notification-count" title="{{.i18n.unread_notification}}">{{.i18n.notification}}</span>
</div>
</div>