mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
AC-550 When user views inventory update status (by clicking on the status link) an alert at the top of the dialog will show when the error is caused by a license violation.
This commit is contained in:
@@ -101,61 +101,22 @@ textarea {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.popover {
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
/* TB tooltip overrides */
|
||||
|
||||
.popover {
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
z-index: 1050;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
/*
|
||||
.tooltip-inner {
|
||||
color: @tip-color;
|
||||
background-color: @tip-background;
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
.alert {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.tooltip.in {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.tooltip.top .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.top-left .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.top-right .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.right .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.left .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.bottom .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.bottom-left .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
|
||||
.tooltip.bottom-right .tooltip-arrow {
|
||||
border-top-color: @tip-background;
|
||||
}
|
||||
*/
|
||||
|
||||
hr {
|
||||
border-color: #e3e3e3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user