summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-04-01 01:56:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-05 14:55:29 +0100
commit37e267095166d4aa8c77b34e32dd265af33c70dd (patch)
tree26dcdb44f2b2b27e2d47a7c0b4a1304455e7e19f /bitbake/lib/toaster/toastergui/static/css
parent7322dddeed0d394e3b2602933bb51f03a19fbe61 (diff)
downloadpoky-37e267095166d4aa8c77b34e32dd265af33c70dd.tar.gz
bitbake: toaster: Make tables happy in Chrome
There is a known layout issue with Bootstrap tables in Chrome. This change applies a css fix for it, and changes the span classes in the variables table to improve formatting. (Bitbake rev: a7fee015b1cc34351d5ad8b854fc6bf368416400) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index b4345da3d7..baf70fb234 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -109,6 +109,9 @@ select { width: auto; }
109.hero-unit > .close { font-size:40px; } 109.hero-unit > .close { font-size:40px; }
110.hero-actions { margin-top: 30px; } 110.hero-actions { margin-top: 30px; }
111 111
112/* make tables Chrome-happy (me, not so much) */
113#otable { table-layout: fixed; word-wrap: break-word; }
114
112 115
113 116
114 117