Set the layout as per the Bootstrap 3 grid rules.

Signed-off-by: Belen Barros Pena <[email protected]>
---
 bitbake/lib/toaster/toastergui/templates/target.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/bitbake/lib/toaster/toastergui/templates/target.html 
b/bitbake/lib/toaster/toastergui/templates/target.html
index 5740cdc..9f31239 100644
--- a/bitbake/lib/toaster/toastergui/templates/target.html
+++ b/bitbake/lib/toaster/toastergui/templates/target.html
@@ -18,7 +18,8 @@
 
 {% block buildinfomain %}
 
-<div class="row col-md-10">
+<div class="col-md-10">
+
     <div class="page-header">
         <h1>
             {% if request.GET.search and objects.paginator.count > 0 %}
@@ -30,9 +31,9 @@
             {% endif %}
         </h1>
     </div>
-</div>
 
-<div class="row pull-right col-md-10" id="navTab">
+
+<div id="navTab">
     <ul class="nav nav-pills">
         <li class="active">
             <a href="#target">
@@ -51,7 +52,6 @@
     <div id="image-packages" class="tab-pane">
 
     {% if objects.paginator.count == 0 %}
-    <div class="row">
         <div class="alert">
             <form class="no-results input-append" id="searchform">
                 <input id="search" name="search" class="input-xxlarge" 
type="text" value="{% if request.GET.search %}{{request.GET.search}}{% endif 
%}"/>{% if request.GET.search %}<a 
href="javascript:$('#search').val('');searchform.submit()" 
class="input-append-addon btn" tabindex="-1"><i class="glyphicon 
glyphicon-remove"></i></a>{% endif %}
@@ -59,7 +59,6 @@
                 <button class="btn btn-link" 
onclick="javascript:$('#search').val('');searchform.submit()">Show all 
packages</button>
             </form>
         </div>
-    </div>
 
 
     {% else %}
-- 
1.9.1

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to