From 44775f691bad52bb8700a8d4fd60c7b37a181a3c Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Fri, 17 Mar 2017 13:42:18 -0400 Subject: [PATCH] Add correct styling for home dashboard popover --- awx/ui/client/legacy-styles/ansible-ui.less | 28 +++++++++++++-------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 9deeb361a9..cc8380c721 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -1955,9 +1955,6 @@ tr td button i { padding-left: 15px; padding-right: 15px; } - - - } // lists.less uses 600px as the breakpoint, doing same for consistency @@ -1970,15 +1967,26 @@ tr td button i { .nvtooltip { border-radius: 4px; - padding: 3px 10px; -} -.nvtooltip td.value { - padding-right: 0px; -} + td.value { + padding-right: 0px; + } -.nvtooltip p { - padding: 3px 0px; + p { + 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 {