From 9a92500306dc962d7b9040b9896aaa758a697498 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 21 Jul 2015 11:57:36 +0100 Subject: bitbake: toastergui: make our tables Chrome-happy Make sure that Toaster tables adapt nicely to the viewport width in Chrome without squashing the buttons in the right column (when they are there). (Bitbake rev: 61307693a25a4a2eeeab5c450df330229638ddad) Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 115abc4176..9acf1e187b 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -145,7 +145,7 @@ select { width: auto; } .hero-unit img { background-color: #eee; margin-top: 15px; } /* make tables Chrome-happy (me, not so much) */ -#otable { table-layout: fixed; word-wrap: break-word; } +table { table-layout: fixed; word-wrap: break-word; } /* styles for the new build button */ .new-build .btn-primary { padding: 4px 30px; } -- cgit v1.2.3-54-g00ecf