[bitbake-devel] [PATCH 01/12] toastergui: fix spacing and input field sizes

Alex DAMIAN alexandru.damian at intel.com
Tue Feb 24 17:20:49 UTC 2015


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

The revision label was missing the projec-form class (which
controls the spacing in the form), and the revision text
field was a bit too long, so changed it from span4 to
span3.
---
 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 1196e0c..19d2fc4 100644
--- a/lib/toaster/toastergui/templates/importlayer.html
+++ b/lib/toaster/toastergui/templates/importlayer.html
@@ -75,11 +75,11 @@
                         <input type="text"  id="layer-subdir">
 
                           <div class="control-group" id="layer-revision-ctrl">
-                            <label class="control-label" for="layer-git-ref">Revision
+                            <label class="control-label project-form" for="layer-git-ref">Revision
                               <span class="icon-question-sign get-help" title="You can provide a Git branch, a tag or a commit SHA as the revision"></span>
                             </label>
                             <div class="controls">
-                              <input type="text" class="span4" id="layer-git-ref" required>
+                              <input type="text" class="span3" id="layer-git-ref" required>
                                 <span class="help-inline" style="diaply:none;" id="invalid-layer-revision-hint"></span>
                             </div>
                           </div>
-- 
1.9.1




More information about the bitbake-devel mailing list