Lists had the wrong margins, and popovers were too narrow to fit commit hashes.
Signed-off-by: Belen Barros Pena <[email protected]> --- .../toastergui/static/css/bootstrap3-transition.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css index 062e222..f514182 100644 --- a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css +++ b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css @@ -154,3 +154,17 @@ td > .btn { th.add-del-layers { width: 18%; } + +/* Popover content */ + +.popover-content > ul { + margin-left: 0; +} + +h3.popover-title { + line-height: 20px; +} + +.popover { + max-width: 400px; +} -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
