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
This commit is contained in:
Diana Whitten 2015-12-22 08:55:45 -07:00
parent 171f54bfe7
commit 2a0b08e2de
2 changed files with 1 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
{{ tab_group.render }} {{ tab_group.render }}
<div class="version_label"> <div class="version_label pull-right">
{% blocktrans with version_info=version %}Version: {{ version_info }} {% blocktrans with version_info=version %}Version: {{ version_info }}
{% endblocktrans %} {% endblocktrans %}
</div> </div>

View File

@ -427,11 +427,6 @@ div .flavor_table {
width: 160px; width: 160px;
} }
.version_label {
position: relative;
text-align: right;
}
.header_rule { .header_rule {
margin: 0 0 8px; margin: 0 0 8px;
} }