From dcac7255506dd9b718f9e85b049f8c041e687a4d Mon Sep 17 00:00:00 2001 From: Diana Whitten Date: Tue, 22 Dec 2015 09:28:35 -0700 Subject: [PATCH] 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 --- .../templates/instances/_flavors_and_quotas.html | 2 +- .../themes/default/horizon/components/_quota.scss | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html index efeb41f8dd..ca3e42ba9e 100644 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html +++ b/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html @@ -4,7 +4,7 @@ {% endblock %}

{% trans "Flavor Details" %}

- +
diff --git a/openstack_dashboard/themes/default/horizon/components/_quota.scss b/openstack_dashboard/themes/default/horizon/components/_quota.scss index ba4bd1d8a1..fcbd6c865d 100644 --- a/openstack_dashboard/themes/default/horizon/components/_quota.scss +++ b/openstack_dashboard/themes/default/horizon/components/_quota.scss @@ -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; + } } \ No newline at end of file
{% trans "Name" %}
{% trans "VCPUs" %}