diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-01-26 17:29:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 22:11:35 +0000 |
commit | 32b396b8e150ceb2e00222253463fd6fe4293b14 (patch) | |
tree | 707e74fbd79799080599fe3d307658094a4c0900 | |
parent | bc63d6bc7ba957565e4b281b1b3e88e8b1348fb0 (diff) | |
download | poky-32b396b8e150ceb2e00222253463fd6fe4293b14.tar.gz |
bitbake: toastergui: alignment fix
Align horizontally the pagination and show rows
controls at the bottom of the layer details page.
(Bitbake rev: 8be4a8cf1673112e9e613e719fa6ed96dbca8976)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 84a21d7c79..4ffd07152c 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
@@ -295,8 +295,8 @@ | |||
295 | {%endif%} | 295 | {%endif%} |
296 | </ul> | 296 | </ul> |
297 | <div class="pull-right"> | 297 | <div class="pull-right"> |
298 | <span class="help-inline" style="padding-top:5px;">Show rows:</span> | 298 | <span class="help-inline" style="padding-bottom:10px;">Show rows:</span> |
299 | <select style="margin-top:5px;margin-bottom:0px;" class="pagesize"> | 299 | <select class="pagesize"> |
300 | {% with "10 25 50 100 150" as list%} | 300 | {% with "10 25 50 100 150" as list%} |
301 | {% for i in list.split %} | 301 | {% for i in list.split %} |
302 | {% if request.session.limit == i %} | 302 | {% if request.session.limit == i %} |
@@ -421,8 +421,8 @@ | |||
421 | {%endif%} | 421 | {%endif%} |
422 | </ul> | 422 | </ul> |
423 | <div class="pull-right"> | 423 | <div class="pull-right"> |
424 | <span class="help-inline" style="padding-top:5px;">Show rows:</span> | 424 | <span class="help-inline" style="padding-bottom:10px;">Show rows:</span> |
425 | <select style="margin-top:5px;margin-bottom:0px;" class="pagesize"> | 425 | <select class="pagesize"> |
426 | {% with "10 25 50 100 150" as list%} | 426 | {% with "10 25 50 100 150" as list%} |
427 | {% for i in list.split %} | 427 | {% for i in list.split %} |
428 | {% if request.session.limit == i %} | 428 | {% if request.session.limit == i %} |