summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-27 17:29:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-09 14:33:53 +0000
commit5a03a23bfd40f6da2d79d07003e0a34b022dd23b (patch)
tree7f94ad48f3e18e6efe7ac086733c4ff5f76c34e0 /bitbake/lib/toaster/toastergui/static/css/default.css
parent74bb0fb3c194e1ca2df4d3745f952955b8227e7d (diff)
downloadpoky-5a03a23bfd40f6da2d79d07003e0a34b022dd23b.tar.gz
bitbake: toasterui: give some space to the download log button
In the build dashboard, the download build log button was a bit too close to the build time. (Bitbake rev: da7c450f28cdf1c851b14f7a1fac08e6cf1dd894) 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/toastergui/static/css/default.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 dc1b92a225..778a84926f 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -214,6 +214,7 @@ dl textarea { resize: vertical; }
214.new-build .input-append { margin-bottom: 0; } 214.new-build .input-append { margin-bottom: 0; }
215#build-selected { margin-top: 15px; } 215#build-selected { margin-top: 15px; }
216div.add-deps { margin-top: 15px; } 216div.add-deps { margin-top: 15px; }
217.btn.log { margin-left: 20px; }
217 218
218 219
219.animate-repeat { 220.animate-repeat {