diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-07-21 11:57:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-21 15:36:14 +0100 |
commit | 9a92500306dc962d7b9040b9896aaa758a697498 (patch) | |
tree | a667b536a717a3a099140c3f35c07b91f6578d16 /bitbake | |
parent | 0c0ec8611098e306cf428191e5205d81df032b7c (diff) | |
download | poky-9a92500306dc962d7b9040b9896aaa758a697498.tar.gz |
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>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } | |||
145 | .hero-unit img { background-color: #eee; margin-top: 15px; } | 145 | .hero-unit img { background-color: #eee; margin-top: 15px; } |
146 | 146 | ||
147 | /* make tables Chrome-happy (me, not so much) */ | 147 | /* make tables Chrome-happy (me, not so much) */ |
148 | #otable { table-layout: fixed; word-wrap: break-word; } | 148 | table { table-layout: fixed; word-wrap: break-word; } |
149 | 149 | ||
150 | /* styles for the new build button */ | 150 | /* styles for the new build button */ |
151 | .new-build .btn-primary { padding: 4px 30px; } | 151 | .new-build .btn-primary { padding: 4px 30px; } |