From 520ca8d70b741e25cb760908c4f4d9d192fa74e0 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Tue, 16 Jul 2013 17:46:49 -0400 Subject: [PATCH] Latet css changes --- awx/ui/static/css/ansible-ui.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/css/ansible-ui.css b/awx/ui/static/css/ansible-ui.css index 8f6692973a..261503cf52 100644 --- a/awx/ui/static/css/ansible-ui.css +++ b/awx/ui/static/css/ansible-ui.css @@ -606,7 +606,8 @@ font-weight: bold; width: 100%; border-bottom: 1px solid #d8d8d8; - margin-bottom: 5px; + margin-bottom: 10px; + margin-top: 0; } /* overrides to TB modal */ @@ -649,6 +650,11 @@ padding-bottom: 30px; } +/* form navigation */ +.navigation-buttons { + height: 40px; +} + /* Large desktop */ @media (min-width: 1200px) {