aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2016-02-22 09:08:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-26 17:17:24 +0000
commit9910f3f292d35fc91215d550c5f123dcf18ab35d (patch)
tree336c041dc330c2c10dff9c42ab59945b8bdf50cf /lib/toaster/toastergui/static/css/default.css
parente36001d61768979d66cba0f3d4f5a2aaf4af2cb7 (diff)
downloadbitbake-contrib-9910f3f292d35fc91215d550c5f123dcf18ab35d.tar.gz
toaster: link to configuration in all breadcrumbs
The existing breadcrumb does not always provide a link to the project configuration page. When you are in the build history pages, you must go back to the builds information first, and from there access the project configuration. That feels very long. Change the breadcrumb so that the project name item always provides a link to the project configuration. 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 'lib/toaster/toastergui/static/css/default.css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index c1cb93c6e..ae9fa0607 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -10,7 +10,6 @@
/* Style the breadcrumb */
.breadcrumb { display: inline-block; background-color: transparent; }
-.breadcrumb li:first-child { padding-right: 10px; }
/* Styles for the help information */
.get-help { color: #CCCCCC; }