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>
This commit is contained in:
Belen Barros Pena
2015-03-19 10:34:58 +00:00
committed by Richard Purdie
parent 1385f28770
commit fa595132b3

View File

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