summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2014-11-11 16:30:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-21 11:49:24 +0000
commitf26c3cd6f12fdec56463c274ee2a881be27b5e7b (patch)
tree96a6c62cdd61ce79da8851290f7b4bd37854b461 /bitbake/lib/toaster/toastergui/static/css
parent5b8a62dad7d429034c52290385da570c5ca1da34 (diff)
downloadpoky-f26c3cd6f12fdec56463c274ee2a881be27b5e7b.tar.gz
bitbake: toaster: Add New Build Button feature
This adds a quick access dropdown menu feature for running builds on a selected project. [YOCTO #6677] (Bitbake rev: e92769b43b00764082a7cb2207e314b40510ef62) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@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.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 8e60fd8b56..6194c97a0f 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -131,6 +131,10 @@ select { width: auto; }
131/* make tables Chrome-happy (me, not so much) */ 131/* make tables Chrome-happy (me, not so much) */
132#otable { table-layout: fixed; word-wrap: break-word; } 132#otable { table-layout: fixed; word-wrap: break-word; }
133 133
134/* styles for the new build button */
135.new-build .btn-primary { padding: 4px 30px; }
136#view-all-projects { display: block; }
137
134/* Configuration styles */ 138/* Configuration styles */
135.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } 139.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; }
136.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } 140.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; }