Center the pagination controls, and align vertically the label and select controls of the "Show rows" menu.
Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css | 4 ++++ bitbake/lib/toaster/toastergui/templates/toastertable.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css index 0be56bf..e7f037d 100644 --- a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css +++ b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css @@ -18,6 +18,10 @@ margin-left: 50%; } +select[class^="pagesize-"]{ + margin-bottom: 0; +} + /* Modal dialog */ .modal-footer { background-color: #f5f5f5; diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index f046277..c022425 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html @@ -91,7 +91,7 @@ <!-- Pagination controls --> <div id="pagination-{{table_name}}"> - <ul class="pagination"> + <ul class="pagination pagination-centered"> </ul> <div class="pull-right"> -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
