We need 2 versions: one for main tables and another one for tables in details pages (like the recipes and machines tables in the layer details page). For the first, we need 0 bottom margin. For the second, we need 20px of bottom margin.
Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css index 714c30a..6031e2b 100644 --- a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css +++ b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css @@ -97,3 +97,7 @@ fieldset[disabled] .btn-primary:hover { div[id^="table-chrome-"] .navbar-search { margin-bottom: 20px; } + +div[id^="table-chrome-"] .navbar-inner > .navbar-search { + margin-bottom: 0px; +} -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
