diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-03-19 10:34:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:39:51 +0000 |
commit | fa595132b337861898b391229ef54fc5b451a148 (patch) | |
tree | 1656b237d92e4f421b576b1f3a87a710d9af871a /bitbake/lib | |
parent | 1385f2877090b23b11ac5d47f06ae5df2d1ed655 (diff) | |
download | poky-fa595132b337861898b391229ef54fc5b451a148.tar.gz |
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>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projectconf.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
172 | </span> | 172 | </span> |
173 | <label>Value</label> | 173 | <label>Value</label> |
174 | <input id="value" type="text" placeholder="Type variable value"><p> | 174 | <input id="value" type="text" placeholder="Type variable value"><p> |
175 | <div class="input-append" style="display:block;margin-top:10px;"> | 175 | <div> |
176 | <button id="add-configvar-button" class="btn save" type="button" disabled>Add variable</button> | 176 | <button id="add-configvar-button" class="btn save" type="button" disabled>Add variable</button> |
177 | </div> | 177 | </div> |
178 | </div> | 178 | </div> |