From b06a633f25aec303e867c6109fb97d63d9ee1f73 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 31 Jul 2015 15:09:03 +0300 Subject: bitbake: toastergui: Implement new project navigation Change the structure of the project page to include a navigation menu and top tab navigation. Remove old breadcrumb method. [YOCTO #7329] (Bitbake rev: 66fa0dd988e01ec79e74be7a5697eaa3b4f017d8) Signed-off-by: Michael Wood Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/static/css') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index da78f47f85..072a71d834 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -179,7 +179,6 @@ table { table-layout: fixed; word-wrap: break-word; } .well-alert > .lead { color: #C09853; padding-bottom: .75em; } .configuration-alert { margin-bottom: 0px; padding: 8px 14px; } .configuration-alert p { margin-bottom: 0px; } -fieldset { padding-left: 19px; } .project-form { margin-top: 10px; } .add-layers .btn-block + .btn-block, .build .btn-block + .btn-block { margin-top: 0px; } input.huge { font-size: 17.5px; padding: 11px 19px; } -- cgit v1.2.3-54-g00ecf