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:
parent
171f54bfe7
commit
2a0b08e2de
@ -6,7 +6,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
{{ tab_group.render }}
|
||||
<div class="version_label">
|
||||
<div class="version_label pull-right">
|
||||
{% blocktrans with version_info=version %}Version: {{ version_info }}
|
||||
{% endblocktrans %}
|
||||
</div>
|
||||
|
@ -427,11 +427,6 @@ div .flavor_table {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.version_label {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.header_rule {
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user