Skip to content

Commit

Permalink
Improve stats font.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Jun 15, 2015
1 parent 1de4978 commit b976646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion res/app/device-list/stats/device-list-stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
.device-stats [class^="col-"] .text,
.device-stats [class*="col-"] .text {
font-weight: 300;
color: #999999;
color: #aeaeae;
text-transform: uppercase;
font-size: 12px;
}

.device-stats .fa {
Expand Down
6 changes: 3 additions & 3 deletions res/app/device-list/stats/device-list-stats.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
.number.color-red
.icon.fa.fa-globe.visitors
span(class='counter', data-type='total') 0
.text(translate) Total devices
.text(translate) Total Devices
.col-xs-3
.number.color-green
.icon.fa.fa-check.visitors
span(class='counter', data-type='usable') 0
.text(translate) Usable devices
.text(translate) Usable Devices
.col-xs-3
.number.color-orange
.icon.fa.fa-users.visitors
span(class='counter', data-type='busy') 0
.text(translate) Busy devices
.text(translate) Busy Devices
.col-xs-3
.number.color-blue
.icon.fa.fa-user.visitors(ng-class='{"fa-trophy": $root.adminMode, "fa-user": !$root.adminMode}')
Expand Down

0 comments on commit b976646

Please sign in to comment.