summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-06 17:55:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:07:49 +0000
commit6877263f36a7ee16e3f3b895ab22206f7d976abc (patch)
tree643bab7aafa9b43ac48640bfbedc2f5f58b7203e /bitbake/lib/toaster/toastergui/static
parent42a7d91ad4bc30c31b5467ce9ec83b7390bd2329 (diff)
downloadpoky-6877263f36a7ee16e3f3b895ab22206f7d976abc.tar.gz
bitbake: toastergui: add the word 'compatible' to 'all' pages
Labels for the 'all' pages don't really convey what's provided in them. The team has suggested we add the word 'compatible' to them, to make clear they will show all layers / targets / machines that can be built with the version of the build system you are using in a certain project. A link like 'view all targets' becomes 'view all compatible targets'. I've also added some help text. (Bitbake rev: 49d85b7035d12a6e482d608e828f69fcafb59d39) Signed-off-by: Belen Barros Pena <belen.barros.pena@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')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css2
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 a866773af6..41b73cc826 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -34,7 +34,7 @@
34.get-help-yellow:hover { color: #B38942; cursor: pointer; } 34.get-help-yellow:hover { color: #B38942; cursor: pointer; }
35.get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } 35.get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; }
36.get-help-red:hover { color: #943A38; cursor: pointer; } 36.get-help-red:hover { color: #943A38; cursor: pointer; }
37.build-form .get-help { margin-left: 5px; } 37.build-form>i:first-of-type { margin-left: 5px; }
38.manual { margin: 11px 15px;} 38.manual { margin: 11px 15px;}
39.heading-help { font-size: 14px; } 39.heading-help { font-size: 14px; }
40 40