]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toastergui: alignment fix
authorBelen Barros Pena <belen.barros.pena@intel.com>
Mon, 26 Jan 2015 17:29:02 +0000 (17:29 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 27 Jan 2015 14:25:13 +0000 (14:25 +0000)
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@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/toaster/toastergui/templates/layerdetails.html

index 84a21d7c79b4472a8b067a9867ead381ac1e96b9..4ffd07152cbc2093a6ed2cea2091121ddeb645cb 100644 (file)
                       {%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 %}
                       {%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 %}