From 3d3a2dbf5fc10773bb18ab7fb00f3db254139f47 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 31 Jul 2015 15:09:02 +0300 Subject: bitbake: toastergui: Implement new top navigation design Additional items for top level navigation. This is part of a wider navigation redesign. [YOCTO #7329] (Bitbake rev: 456a4a6782d3098cc9abb39659a619fdcf52eb01) Signed-off-by: Michael Wood Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/static/css/default.css | 8 +++++-- bitbake/lib/toaster/toastergui/templates/base.html | 28 +++++++++++++++++++--- .../templates/basetable_top_projectbuilds.html | 14 ----------- .../lib/toaster/toastergui/templates/projects.html | 2 +- 4 files changed, 32 insertions(+), 20 deletions(-) delete mode 100644 bitbake/lib/toaster/toastergui/templates/basetable_top_projectbuilds.html (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 9acf1e187b..da78f47f85 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -22,7 +22,7 @@ .get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } .get-help-red:hover { color: #943A38; cursor: pointer; } .build-form>i:first-of-type { margin-left: 5px; } -.manual { margin: 11px 15px;} +.manual { margin: 11px 15px 0 11px;} .heading-help { font-size: 14px; } /* Styles for the external link */ @@ -163,7 +163,7 @@ table { table-layout: fixed; word-wrap: break-word; } /* Configuration styles */ .icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; } .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } -.icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star, .icon-tasks { font-size: 16px; color: #0088CC; padding-left: 2px; } +.icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star { font-size: 16px; color: #0088CC; padding-left: 2px; } .icon-pencil:hover, .icon-download-alt:hover, .icon-refresh:hover, .icon-star-empty:hover, .icon-star:hover, .icon-tasks:hover { color: #005580; text-decoration: none; cursor: pointer; } .icon-share { padding-left: 2px; } .alert-success .icon-refresh, .alert-success .icon-tasks { color: #468847; } @@ -308,3 +308,7 @@ thead .add-del-layers { width: 124px; } } } /* End copied in from newer version of Font-Awesome 4.3.0 */ + +.top-padded { + padding-top: 60px; +} diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 7430338b1c..b34e6c37d3 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -69,8 +69,9 @@ Loading -