From 6f929363ef25344e6f97528b8d7d332f41b426c3 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Thu, 16 Feb 2017 10:23:40 -0500 Subject: [PATCH] Updated inv. manage buttons --- awx/ui/client/legacy-styles/lists.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index 7054e16873..678cb43ffc 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -456,5 +456,18 @@ table, tbody { } } +// Inventory Manage exceptions +.InventoryManage-container { + .List-actionHolder { + justify-content: flex-end; + margin-top: -52px; + } + .List-action button { + margin-left: 12px; + } + .SmartSearch-searchTermContainer { + width: 100%; + } +}