mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
Minor adjustments for demo
This commit is contained in:
parent
6097061f8b
commit
c981a4d53e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user