From 2a0b08e2deaffe87d3478ac0d8c41ebcc66723f4 Mon Sep 17 00:00:00 2001 From: Diana Whitten Date: Tue, 22 Dec 2015 08:55:45 -0700 Subject: [PATCH] Clean up horizon.scss - Admin Sys Info 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. Removed unneccessary style and replaced with Bootstrap class. Change-Id: I30f8f310fa4695a2eafcb11652e3060a00a6ef80 Partially-Implements: blueprint horizon-theme-css-reorg Partially-Implements: blueprint bootstrap-html-standards --- .../dashboards/admin/info/templates/info/index.html | 2 +- openstack_dashboard/static/dashboard/scss/horizon.scss | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/openstack_dashboard/dashboards/admin/info/templates/info/index.html b/openstack_dashboard/dashboards/admin/info/templates/info/index.html index ee7888acb9..26d5a8bec4 100644 --- a/openstack_dashboard/dashboards/admin/info/templates/info/index.html +++ b/openstack_dashboard/dashboards/admin/info/templates/info/index.html @@ -6,7 +6,7 @@
{{ tab_group.render }} -
+
{% blocktrans with version_info=version %}Version: {{ version_info }} {% endblocktrans %}
diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss index fc3b793b35..e21c9422dc 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -427,11 +427,6 @@ div .flavor_table { width: 160px; } -.version_label { - position: relative; - text-align: right; -} - .header_rule { margin: 0 0 8px; }