mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 02:18:36 -05:00
Merge branch 'smart-status' of https://github.com/jaredevantabor/ansible-tower into jaredevantabor-smart-status
Conflicts: awx/ui/static/js/controllers/Jobs.js awx/ui/static/js/shared/Socket.js awx/ui/static/less/ansible-ui.less
This commit is contained in:
@@ -185,6 +185,22 @@ a:focus {
|
||||
}
|
||||
}
|
||||
|
||||
.jqstooltip{
|
||||
background-color: black !important;
|
||||
border-radius:4px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.smart-status-tooltip{
|
||||
font-size: 12px;
|
||||
font-family: 'Open Sans';
|
||||
background-color: black;
|
||||
border-radius:4px;
|
||||
span {
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
#configure-schedules-tab {
|
||||
position: relative;
|
||||
top: 0;
|
||||
@@ -1872,6 +1888,7 @@ tr td button i {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Landscape phone to portrait tablet */
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
Reference in New Issue
Block a user