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 <belen.barros.pena@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2015-07-21 11:57:36 +01:00
committed by Richard Purdie
parent 0c0ec86110
commit 9a92500306

View File

@@ -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; }