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:
parent
2a0b08e2de
commit
dcac725550
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user