mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Minor adjustments for demo
This commit is contained in:
@@ -215,6 +215,10 @@
|
||||
border-color: @btn-bord-sel;
|
||||
}
|
||||
|
||||
.DashboardGraphs-statusFilterIcon{
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.DashboardGraphs-hostStatusLabel--successful{
|
||||
text-anchor: start !important;
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
transition: background-color 0.2s;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.SetupItem:hover {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user