summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-03-19 10:34:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-24 22:54:36 +0000
commit4f2a6d5b515dec4b6199cc4517cd13dcc331f3c3 (patch)
tree0913a63fa4106297e90720b04e3539f5d3c5624f
parent0412631fb4a15ff42bf5ee46a77920fa558ae358 (diff)
downloadbitbake-4f2a6d5b515dec4b6199cc4517cd13dcc331f3c3.tar.gz
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. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
-rw-r--r--lib/toaster/toastergui/templates/projectconf.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/projectconf.html b/lib/toaster/toastergui/templates/projectconf.html
index d8ead8199..8b609adb6 100644
--- a/lib/toaster/toastergui/templates/projectconf.html
+++ b/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>