attempt to improve the look of the badges and the bufferlist

This commit is contained in:
Tor Hveem 2013-10-16 15:20:23 +02:00
commit a1124ee9df
2 changed files with 11 additions and 1 deletions

View file

@ -163,7 +163,7 @@
<input class="form-control" type="text" id="bufferFilter" ng-model="search.$" placeholder="Search">
</form>
</li>
<li class="label" ng-class="{'active': content.active }" ng-repeat="(key, content) in buffers | toArray | filter:search | filter:hasUnread | orderBy:'content.number':true">
<li class="" ng-class="{'active': content.active }" ng-repeat="(key, content) in buffers | toArray | filter:search | filter:hasUnread | orderBy:'content.number':true">
<a href="#" ng-click="setActiveBuffer(content.id)" title="{{ content.fullName }}">
<span class="badge pull-right" ng-hide="content.notification" ng-if="content.unread" ng-bind="content.unread"></span>
<span class="badge pull-right danger" ng-show="content.notification" ng-bind="content.notification"></span>