[bitbake-devel] [PATCH] bitbake: toastergui: make our tables Chrome-happy

Michael Wood michael.g.wood at intel.com
Tue Jul 21 10:57:36 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

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).

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 lib/toaster/toastergui/static/css/default.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 115abc4..9acf1e1 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/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; }
-- 
2.1.4




More information about the bitbake-devel mailing list