summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-09-03 15:43:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-03 16:52:47 +0100
commit24d6d3fda83b129dd481c25376dc401b0e258ac7 (patch)
tree20979818ed6dc784cbd18ea28c04e3790727eb6e /bitbake/lib/toaster/toastergui/static/css
parent249f36660fea425e7f3cb7327061bfc74f50bb96 (diff)
downloadpoky-24d6d3fda83b129dd481c25376dc401b0e258ac7.tar.gz
bitbake: toaster: show incomplete configuration warning
In the new build button form, make sure we show a warning when you select a project with an incomplete configuration that cannot be built. (Bitbake rev: 9e970bd7a3e8a7d6ec26265b2e5863624db8a77f) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@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 e252dc1006..9723db36d0 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -216,6 +216,7 @@ dl textarea { resize: vertical; }
216.tooltip-inner { max-width: 250px; } 216.tooltip-inner { max-width: 250px; }
217.new-build { padding: 20px; } 217.new-build { padding: 20px; }
218.new-build li { line-height: 30px; } 218.new-build li { line-height: 30px; }
219.new-build li .alert { line-height: 20px; width: 200px; white-space: normal; }
219.new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; } 220.new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; }
220.new-build h3 { margin: 0; color: #5a5a5a; } 221.new-build h3 { margin: 0; color: #5a5a5a; }
221.new-build form { margin: 5px 0 0; } 222.new-build form { margin: 5px 0 0; }