diff options
Diffstat (limited to 'bitbake')
4 files changed, 5 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index f523d415f1..76d6cb9b8b 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -98,6 +98,7 @@ th > a, th > span { font-weight: normal; } | |||
98 | .dropdown-menu { padding: 10px; } | 98 | .dropdown-menu { padding: 10px; } |
99 | select { width: auto; } | 99 | select { width: auto; } |
100 | .page-header { color: #5A5A5A; } | 100 | .page-header { color: #5A5A5A; } |
101 | .top-air { margin-top: 40px;} | ||
101 | .progress { margin-bottom: 0px; } | 102 | .progress { margin-bottom: 0px; } |
102 | .lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } | 103 | .lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } |
103 | .well > .lead, .alert .lead { margin-bottom: 0px; } | 104 | .well > .lead, .alert .lead { margin-bottom: 0px; } |
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html index cc8ec90395..1eb1f8e5c3 100644 --- a/bitbake/lib/toaster/toastergui/templates/bpackage.html +++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | {% block buildinfomain %} | 9 | {% block buildinfomain %} |
10 | <div class="span10"> | 10 | <div class="span10"> |
11 | <div class="page-header" style="margin-top:40px;"> | 11 | <div class="page-header"> |
12 | <h1> | 12 | <h1> |
13 | {% if request.GET.filter or request.GET.search and objects.count > 0 %} | 13 | {% if request.GET.filter or request.GET.search and objects.count > 0 %} |
14 | {{objects.paginator.count}} package{{objects.paginator.count|pluralize}} found | 14 | {{objects.paginator.count}} package{{objects.paginator.count|pluralize}} found |
diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index 5867cbb7da..bdfa5c20e3 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <div class="row-fluid"> | 8 | <div class="row-fluid"> |
9 | 9 | ||
10 | {%if mru.count > 0%} | 10 | {%if mru.count > 0%} |
11 | <div class="page-header" style="margin-top:40px;"> | 11 | <div class="page-header top-air"> |
12 | <h1> | 12 | <h1> |
13 | Recent Builds | 13 | Recent Builds |
14 | </h1> | 14 | </h1> |
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | {% endfor %}{%endif%} | 54 | {% endfor %}{%endif%} |
55 | 55 | ||
56 | <div class="page-header" style="margin-top:40px;"> | 56 | <div class="page-header top-air"> |
57 | <h1> | 57 | <h1> |
58 | {% if request.GET.filter or request.GET.search and objects.count > 0 %} | 58 | {% if request.GET.filter or request.GET.search and objects.count > 0 %} |
59 | {{objects.paginator.count}} build{{objects.paginator.count|pluralize}} found | 59 | {{objects.paginator.count}} build{{objects.paginator.count|pluralize}} found |
diff --git a/bitbake/lib/toaster/toastergui/templates/recipes.html b/bitbake/lib/toaster/toastergui/templates/recipes.html index aa0610434f..37d9dcee0e 100755 --- a/bitbake/lib/toaster/toastergui/templates/recipes.html +++ b/bitbake/lib/toaster/toastergui/templates/recipes.html | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | {% block buildinfomain %} | 9 | {% block buildinfomain %} |
10 | <div class="span10"> | 10 | <div class="span10"> |
11 | <div class="page-header" style="margin-top:40px;"> | 11 | <div class="page-header"> |
12 | <h1> | 12 | <h1> |
13 | {% if request.GET.filter or request.GET.search and objects.count > 0 %} | 13 | {% if request.GET.filter or request.GET.search and objects.count > 0 %} |
14 | {{objects.paginator.count}} recipe{{objects.paginator.count|pluralize}} found | 14 | {{objects.paginator.count}} recipe{{objects.paginator.count|pluralize}} found |