Skip to content

Commit

Permalink
Better console icon and better styling for donut chart text
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 23, 2013
1 parent ce887e4 commit da7131f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -2806,3 +2806,12 @@ i.expandable-indicator.folder {

}
/* End 800x600 optimizations */

fs-donut svg g text.value {
font-size: 40px;
}

fs-donut svg g text.units {
font-size: 20px;
font-family: monospace;
}
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/index.html
Expand Up @@ -95,7 +95,7 @@
</li>
<li ng-show="loggedIn()" title="Show the logging console">
<a href="" log-toggler>
<i class="icon-file-text"></i>
<i class="icon-desktop"></i>
</a>
</li>
<li ng-show="loggedIn()" ng-class="{active : isActive('#/preferences')}">
Expand Down

0 comments on commit da7131f

Please sign in to comment.