Minor adjustments for demo

This commit is contained in:
Jared Tabor 2016-01-22 07:38:09 -08:00
parent 6097061f8b
commit c981a4d53e
3 changed files with 7 additions and 2 deletions

View File

@ -215,6 +215,10 @@
border-color: @btn-bord-sel;
}
.DashboardGraphs-statusFilterIcon{
padding-right: 5px;
}
.DashboardGraphs-hostStatusLabel--successful{
text-anchor: start !important;
}

View File

@ -11,6 +11,7 @@
padding: 20px;
margin-top: 20px;
transition: background-color 0.2s;
cursor:pointer;
}
.SetupItem:hover {

View File

@ -42,11 +42,11 @@
View and edit your license information.
</p>
</a>
<button ng-click="showAboutModal()" class="SetupItem">
<a ng-click="showAboutModal()" class="SetupItem">
<h4 class="SetupItem-title">About Tower</h4>
<p class="SetupItem-description">
View information about this version of Ansible Tower.
</p>
</button>
</a>
</div>
</section>