summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-02-20 14:58:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-17 13:59:37 +0000
commit3bc398edbbbd01b97bcab8bc1c4b059d53d5cc49 (patch)
tree133859867728000cb13124bbb766ef15244563dc /bitbake/lib/toaster
parentf4755edc8686cde97701b6e496149048be528739 (diff)
downloadpoky-3bc398edbbbd01b97bcab8bc1c4b059d53d5cc49.tar.gz
bitbake: toaster: Give an extra space to the caret
In the "Collapse variable value" button in configvars.html, the caret was too close to the button label. Giving it a bit of extra space. (Bitbake rev: 5e45f2bb4b0d9b56b5f4734cf40d3a267654ccb9) 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')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/configvars.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/configvars.html b/bitbake/lib/toaster/toastergui/templates/configvars.html
index 5c552c9d82..ae77be88c1 100644
--- a/bitbake/lib/toaster/toastergui/templates/configvars.html
+++ b/bitbake/lib/toaster/toastergui/templates/configvars.html
@@ -92,7 +92,7 @@
92 <a class="btn btn-mini full-show">...</a> 92 <a class="btn btn-mini full-show">...</a>
93 </span> 93 </span>
94 </p> 94 </p>
95 <a class="btn btn-mini full-hide">Collapse variable value<i class="icon-caret-up"></i> 95 <a class="btn btn-mini full-hide">Collapse variable value <i class="icon-caret-up"></i>
96 </a> 96 </a>
97 {% endif %} 97 {% endif %}
98 {% else %} 98 {% else %}