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.
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
</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>