]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toastergui: give button nice rounded corners
authorBelen Barros Pena <belen.barros.pena@intel.com>
Thu, 19 Mar 2015 10:34:58 +0000 (10:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2015 22:54:36 +0000 (22:54 +0000)
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>
lib/toaster/toastergui/templates/projectconf.html

index d8ead8199b888ffd600cb976b7fec6c97481d2e7..8b609adb6428a0a856b48530b275aec42ffd5f0e 100644 (file)
                     </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>