diff options
3 files changed, 8 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 778a84926f..0e5c0f9773 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -120,6 +120,7 @@ select { width: auto; } | |||
120 | .top-air { margin-top: 40px;} | 120 | .top-air { margin-top: 40px;} |
121 | .progress { margin-bottom: 0px; } | 121 | .progress { margin-bottom: 0px; } |
122 | .lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } | 122 | .lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } |
123 | .lead ol, .lead ul { padding: 10px 0 0 20px; } | ||
123 | .lead ol > li, .lead ul > li { | 124 | .lead ol > li, .lead ul > li { |
124 | line-height: 35px; | 125 | line-height: 35px; |
125 | } | 126 | } |
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index a781224ea1..2535f70af8 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
@@ -64,7 +64,7 @@ | |||
64 | <i class="icon-info-sign" title="<strong>Toaster version information</strong>" data-content="<dl><dt>Branch</dt><dd>{{TOASTER_BRANCH}}</dd><dt>Revision</dt><dd>{{TOASTER_REVISION}}</dd><dt>Mode</dt><dd>{%if MANAGED%}Build{%else%}Analysis{%endif%}</dd></dl>"></i> | 64 | <i class="icon-info-sign" title="<strong>Toaster version information</strong>" data-content="<dl><dt>Branch</dt><dd>{{TOASTER_BRANCH}}</dd><dt>Revision</dt><dd>{{TOASTER_REVISION}}</dd><dt>Mode</dt><dd>{%if MANAGED%}Build{%else%}Analysis{%endif%}</dd></dl>"></i> |
65 | {% endif %} | 65 | {% endif %} |
66 | </span> | 66 | </span> |
67 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual"> | 67 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html"> |
68 | <i class="icon-book"></i> | 68 | <i class="icon-book"></i> |
69 | Toaster manual | 69 | Toaster manual |
70 | </a> | 70 | </a> |
diff --git a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html b/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html index fe56655a13..5bc435d149 100644 --- a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html +++ b/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html | |||
@@ -11,17 +11,17 @@ | |||
11 | <!-- Empty - no build module --> | 11 | <!-- Empty - no build module --> |
12 | <div class="page-header top-air"> | 12 | <div class="page-header top-air"> |
13 | <h1> | 13 | <h1> |
14 | This page only works with the Toaster 'Build' mode | 14 | This page only works with Toaster in 'Build' mode |
15 | </h1> | 15 | </h1> |
16 | </div> | 16 | </div> |
17 | <div class="alert alert-info"> | 17 | <div class="alert alert-info lead"> |
18 | <p class="lead"> | 18 | <p"> |
19 | The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster | 19 | The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster. |
20 | <ul> | 20 | <ul> |
21 | <li class="lead"><a href="https://wiki.yoctoproject.org/wiki/Toaster#Modes"> | 21 | <li><a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#intro-modes"> |
22 | Read about the 'Build' mode | 22 | Read about the 'Build' mode |
23 | </a></li> | 23 | </a></li> |
24 | <li class="lead"><a href="/"> | 24 | <li><a href="/"> |
25 | View your builds | 25 | View your builds |
26 | </a></li> | 26 | </a></li> |
27 | </ul> | 27 | </ul> |