[bitbake-devel] [PATCH 5/6] bitbake: toastergui: fix spacing in the import layers page

Michael Wood michael.g.wood at intel.com
Tue Aug 4 15:07:10 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

Adjust the space between the first fieldset and the tabs,
and the help text and the first form field.

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 lib/toaster/toastergui/templates/importlayer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/toaster/toastergui/templates/importlayer.html b/lib/toaster/toastergui/templates/importlayer.html
index bec5f1a..ce3d724 100644
--- a/lib/toaster/toastergui/templates/importlayer.html
+++ b/lib/toaster/toastergui/templates/importlayer.html
@@ -26,7 +26,7 @@
                   </script>
 
                 <form class="span11">
-                   <fieldset class="air">
+                   <fieldset>
                       <legend>Layer repository information</legend>
                       <span class="help-block">The layer you are importing must be compatible with <strong>{{project.release.description}}</strong>, which is the release you are using in this project.</span>
                       <div class="alert alert-error" id="import-error" style="display:none">
@@ -37,7 +37,7 @@
                       </div>
 
                       <div class="control-group" id="layer-name-ctrl">
-                        <label class="control-label" for="import-layer-name">
+                        <label class="control-label air" for="import-layer-name">
                             Layer name
                             <span class="icon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be unique and can only include letters, numbers and dashes"></span>
                         </label>
-- 
2.1.4




More information about the bitbake-devel mailing list