[bitbake-devel] [PATCH 12/14] toastergui: alignment fix

Alex DAMIAN alexandru.damian at intel.com
Tue Jan 27 14:27:33 UTC 2015


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

Align horizontally the pagination and show rows
controls at the bottom of the layer details page.

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
 lib/toaster/toastergui/templates/layerdetails.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/toaster/toastergui/templates/layerdetails.html b/lib/toaster/toastergui/templates/layerdetails.html
index 84a21d7..4ffd071 100644
--- a/lib/toaster/toastergui/templates/layerdetails.html
+++ b/lib/toaster/toastergui/templates/layerdetails.html
@@ -295,8 +295,8 @@
                       {%endif%}
                     </ul>
                     <div class="pull-right">
-                      <span class="help-inline" style="padding-top:5px;">Show rows:</span>
-                      <select style="margin-top:5px;margin-bottom:0px;" class="pagesize">
+                      <span class="help-inline" style="padding-bottom:10px;">Show rows:</span>
+                      <select class="pagesize">
                         {% with "10 25 50 100 150" as list%}
                         {% for i in list.split %}
                         {% if request.session.limit == i %}
@@ -421,8 +421,8 @@
                       {%endif%}
                     </ul>
                     <div class="pull-right">
-                      <span class="help-inline" style="padding-top:5px;">Show rows:</span>
-                      <select style="margin-top:5px;margin-bottom:0px;" class="pagesize">
+                      <span class="help-inline" style="padding-bottom:10px;">Show rows:</span>
+                      <select class="pagesize">
                         {% with "10 25 50 100 150" as list%}
                         {% for i in list.split %}
                         {% if request.session.limit == i %}
-- 
1.9.1




More information about the bitbake-devel mailing list