summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-03-31 15:46:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-05 14:55:29 +0100
commit9db433246fbab66a646ce9188d7f9b096df8552b (patch)
tree93824296a408bfc78c1ae1e0af01226fba2cdf12 /bitbake/lib/toaster/toastergui/static/css
parent37e267095166d4aa8c77b34e32dd265af33c70dd (diff)
downloadpoky-9db433246fbab66a646ce9188d7f9b096df8552b.tar.gz
bitbake: toaster: Fixes to the build dashboard
* Add "on" before the date in the build status * Get rid of the extra space before the "and" in the build status * Make the errors and warnings links in the build status show the message content * Make sure that the "Images" section in the left navigation appears only for successful builds * Link the number of packages installed to the "Packages included" tab in the image information page * Remove unnecessary inline styles in the dashboard template * Make sure target names in the h1 are listed in alphabetical order (Bitbake rev: 644a38e9a90728af52ebda9846d2037dd6831b41) 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.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index baf70fb234..e33f177e95 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -108,6 +108,7 @@ select { width: auto; }
108.hero-unit { margin: 20px 0 30px; } 108.hero-unit { margin: 20px 0 30px; }
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.dashboard-section { background-color: transparent; }
111 112
112/* make tables Chrome-happy (me, not so much) */ 113/* make tables Chrome-happy (me, not so much) */
113#otable { table-layout: fixed; word-wrap: break-word; } 114#otable { table-layout: fixed; word-wrap: break-word; }