summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-09-04 11:05:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-09 14:27:57 +0100
commit446070074edbb47ca6a7d231ca45940bddb6a591 (patch)
tree16a0d7585acd25c88603f2a893bcb4a3aa64807d /bitbake/lib/toaster/toastergui/static/css
parent6271fcb5896464d0c71172b02de548195191abf8 (diff)
downloadpoky-446070074edbb47ca6a7d231ca45940bddb6a591.tar.gz
bitbake: toaster: Changes to navigation
This patch: * Changes the breadcrumb to provide access to either the project builds or the project configuration, as appropriate * Changes the left navigation in the project configuration to reflect the hierarchical relationship between the basic configuration and all other configuration pages * Changes the left navigation in the build history to bring it in line with the changes in the project configuration This way the breadcrumb explicitly exposes the hierarchy of the application, which is its correct behaviour, making it easier to move around within Toaster. (Bitbake rev: 135dff67216759286f584e501583584a9cb09f27) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 9723db36d0..cce3e315fc 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -10,6 +10,7 @@
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.breadcrumb li:first-child { padding-right: 10px; }
13 14
14/* Styles for the help information */ 15/* Styles for the help information */
15.get-help { color: #CCCCCC; } 16.get-help { color: #CCCCCC; }
@@ -112,6 +113,10 @@ th > a, th > span { font-weight: normal; }
112.btn-group + .btn-group { margin-right: 10px; } 113.btn-group + .btn-group { margin-right: 10px; }
113.navbar-inner > .btn-group { margin-top: 6px; } 114.navbar-inner > .btn-group { margin-top: 6px; }
114 115
116/* Styles for the parent item in the left navigation */
117
118.nav > li > a.nav-parent { font-size: 18px; line-height: 25px; }
119
115/* Other styles */ 120/* Other styles */
116.dropdown-menu { padding: 10px; } 121.dropdown-menu { padding: 10px; }
117select { width: auto; } 122select { width: auto; }