Clean up horizon.scss - Flavor Table

A major part of the css reorg is a better organization of the css
styles themselves. horizon.scss should be a global import level file.

Launch Instance Flavor Table needs to have base Bootstrap table class.
It was noted that a bold style set for the pie charts title was
affecting the same class for the bar charts.  This was fixed.

Change-Id: If4ba59259632aa3e902129cc50c83fb9c1a36f89
Partially-Implements: blueprint horizon-theme-css-reorg
Partially-Implements: blueprint bootstrap-html-standards
This commit is contained in:
Diana Whitten 2015-12-22 09:28:35 -07:00
parent 2a0b08e2de
commit dcac725550
2 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,7 @@
{% endblock %}
<h4>{% trans "Flavor Details" %}</h4>
<table class="flavor_table table-striped">
<table class="flavor_table table table-striped">
<tbody>
<tr><td class="flavor_name">{% trans "Name" %}</td><td><span id="flavor_name"></span></td></tr>
<tr><td class="flavor_name">{% trans "VCPUs" %}</td><td><span id="flavor_vcpus"></span></td></tr>

View File

@ -1,4 +1,6 @@
.quota_title {
font-size: $font-size-h5;
font-weight: bold;
.d3_quota_bar {
.quota_title {
font-size: $font-size-h5;
font-weight: bold;
}
}