Add correct styling for home dashboard popover

This commit is contained in:
Greg Considine
2017-03-17 13:42:18 -04:00
parent 093468a1cc
commit 44775f691b

View File

@@ -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 {