From fa595132b337861898b391229ef54fc5b451a148 Mon Sep 17 00:00:00 2001
From: Belen Barros Pena <belen.barros.pena@intel.com>
Date: Thu, 19 Mar 2015 10:34:58 +0000
Subject: bitbake: toastergui: give button nice rounded corners

In the 'add variable' form, the submit button had
a class applied that gave it straight corners on the
left, and rounded corners on the right.

Remove the class so that we have 4 nicely rounded corners.

The patch also removes the unncessary inline styles in the
same button.

(Bitbake rev: 4f2a6d5b515dec4b6199cc4517cd13dcc331f3c3)

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 bitbake/lib/toaster/toastergui/templates/projectconf.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/toaster/toastergui/templates/projectconf.html b/bitbake/lib/toaster/toastergui/templates/projectconf.html
index d8ead8199b..8b609adb64 100644
--- a/bitbake/lib/toaster/toastergui/templates/projectconf.html
+++ b/bitbake/lib/toaster/toastergui/templates/projectconf.html
@@ -172,7 +172,7 @@
                     </span>
                     <label>Value</label>
                     <input id="value" type="text" placeholder="Type variable value"><p>
-                    <div class="input-append" style="display:block;margin-top:10px;">
+                    <div>
                         <button id="add-configvar-button" class="btn save" type="button" disabled>Add variable</button>
                     </div>
                 </div>
-- 
cgit v1.2.3-54-g00ecf