通知样式
This commit is contained in:
parent
496e924259
commit
c20e00a172
|
@ -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 */
|
|
@ -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 () {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue