summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-08-04 16:07:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-06 16:04:40 -0500
commitd47358fc952800e0115cea25d7cb4c07c49eaaf9 (patch)
treecd0e6dda9f6ed9a7c87b58b5e3e4f5677bfe997e /bitbake/lib/toaster/toastergui/templates/projecttopbar.html
parenta8b723498c9a7106210db140452886894494b4d6 (diff)
downloadpoky-d47358fc952800e0115cea25d7cb4c07c49eaaf9.tar.gz
bitbake: toastergui: spacing and top nav style change
Remove the margin for the .section class and the .row-fluid class in the page header div to reduce the vertical white space a little bit in the project pages. Also, change the style of the Toaster manual link to make it look like the main navigation. (Bitbake rev: 7b539bbf25786d313fd8092dc96b186388df58aa) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projecttopbar.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/projecttopbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
index 79f6d1e346..220ca7202b 100644
--- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
+++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
@@ -4,7 +4,7 @@
4</div> 4</div>
5 5
6<!-- project name --> 6<!-- project name -->
7<div class="row-fluid page-header"> 7<div class="page-header">
8 <h1><span id="project-name">{{project.name}}</span> 8 <h1><span id="project-name">{{project.name}}</span>
9 <i class="icon-pencil" data-original-title="" id="project-change-form-toggle" title=""></i> 9 <i class="icon-pencil" data-original-title="" id="project-change-form-toggle" title=""></i>
10 </h1> 10 </h1>