diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 1 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 16 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 638c6dda82..dbe2307dc8 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -10,7 +10,6 @@ | |||
10 | 10 | ||
11 | /* Style the breadcrumb */ | 11 | /* Style the breadcrumb */ |
12 | .breadcrumb { display: inline-block; background-color: transparent; } | 12 | .breadcrumb { display: inline-block; background-color: transparent; } |
13 | .section { margin: 20px 0; } | ||
14 | 13 | ||
15 | /* Styles for the help information */ | 14 | /* Styles for the help information */ |
16 | .get-help { color: #CCCCCC; } | 15 | .get-help { color: #CCCCCC; } |
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index c16fd65899..65367e20dd 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
@@ -102,11 +102,17 @@ | |||
102 | <i class="icon-folder-open"></i> | 102 | <i class="icon-folder-open"></i> |
103 | All projects | 103 | All projects |
104 | </a> | 104 | </a> |
105 | </li> </ul> | 105 | </li> |
106 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html"> | 106 | </ul> |
107 | <i class="icon-book"></i> | 107 | <ul class="nav pull-right"> |
108 | Toaster manual | 108 | <li> |
109 | </a> | 109 | <a target="_blank" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html"> |
110 | <i class="icon-book"></i> | ||
111 | Manual | ||
112 | </a> | ||
113 | </li> | ||
114 | </ul> | ||
115 | <span class="pull-right divider-vertical"></span> | ||
110 | <div class="btn-group pull-right"> | 116 | <div class="btn-group pull-right"> |
111 | <a class="btn" id="new-project-button" href="{% url 'newproject' %}">New project</a> | 117 | <a class="btn" id="new-project-button" href="{% url 'newproject' %}">New project</a> |
112 | </div> | 118 | </div> |
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> |