aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-06 17:55:46 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2015-02-09 17:54:34 +0000
commit49d85b7035d12a6e482d608e828f69fcafb59d39 (patch)
tree7591182556988dac94f72f5cd10631765f3d4f2a /lib/toaster/toastergui/static/css/default.css
parent102144f8e5069f76e7de8db052c3c4531609771f (diff)
downloadbitbake-contrib-49d85b7035d12a6e482d608e828f69fcafb59d39.tar.gz
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. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Diffstat (limited to 'lib/toaster/toastergui/static/css/default.css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index a866773af..41b73cc82 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -34,7 +34,7 @@
.get-help-yellow:hover { color: #B38942; cursor: pointer; }
.get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; }
.get-help-red:hover { color: #943A38; cursor: pointer; }
-.build-form .get-help { margin-left: 5px; }
+.build-form>i:first-of-type { margin-left: 5px; }
.manual { margin: 11px 15px;}
.heading-help { font-size: 14px; }