mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Add correct styling for home dashboard popover
This commit is contained in:
@@ -1955,9 +1955,6 @@ tr td button i {
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// lists.less uses 600px as the breakpoint, doing same for consistency
|
// lists.less uses 600px as the breakpoint, doing same for consistency
|
||||||
@@ -1970,15 +1967,26 @@ tr td button i {
|
|||||||
|
|
||||||
.nvtooltip {
|
.nvtooltip {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 3px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nvtooltip td.value {
|
td.value {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nvtooltip p {
|
p {
|
||||||
padding: 3px 0px;
|
padding: 3px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > table > thead > tr > td {
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > table > tbody > tr:last-child > td {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nvd3 g.nv-groups path.nv-line {
|
.nvd3 g.nv-groups path.nv-line {
|
||||||
|
|||||||
Reference in New Issue
Block a user