Merge "Clean up horizon.scss - Flavor Table"
This commit is contained in:
commit
2487c7f202
@ -4,7 +4,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<h4>{% trans "Flavor Details" %}</h4>
|
<h4>{% trans "Flavor Details" %}</h4>
|
||||||
<table class="flavor_table table-striped">
|
<table class="flavor_table table table-striped">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td class="flavor_name">{% trans "Name" %}</td><td><span id="flavor_name"></span></td></tr>
|
<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>
|
<tr><td class="flavor_name">{% trans "VCPUs" %}</td><td><span id="flavor_vcpus"></span></td></tr>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
.quota_title {
|
.d3_quota_bar {
|
||||||
font-size: $font-size-h5;
|
.quota_title {
|
||||||
font-weight: bold;
|
font-size: $font-size-h5;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user