mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Minor adjustments for demo
This commit is contained in:
@@ -215,6 +215,10 @@
|
|||||||
border-color: @btn-bord-sel;
|
border-color: @btn-bord-sel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DashboardGraphs-statusFilterIcon{
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.DashboardGraphs-hostStatusLabel--successful{
|
.DashboardGraphs-hostStatusLabel--successful{
|
||||||
text-anchor: start !important;
|
text-anchor: start !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SetupItem:hover {
|
.SetupItem:hover {
|
||||||
|
|||||||
@@ -42,11 +42,11 @@
|
|||||||
View and edit your license information.
|
View and edit your license information.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<button ng-click="showAboutModal()" class="SetupItem">
|
<a ng-click="showAboutModal()" class="SetupItem">
|
||||||
<h4 class="SetupItem-title">About Tower</h4>
|
<h4 class="SetupItem-title">About Tower</h4>
|
||||||
<p class="SetupItem-description">
|
<p class="SetupItem-description">
|
||||||
View information about this version of Ansible Tower.
|
View information about this version of Ansible Tower.
|
||||||
</p>
|
</p>
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user