aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-01-14 12:46:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-15 12:13:09 +0000
commitc1442bc68ad8ba20c37b1a7cde1400297f4be811 (patch)
treeb0d778823cefd51fdc5974eef4b525462bb29177 /lib/toaster/toastergui/static/css/default.css
parent4c2f1fe51a13ddc97e518327714292af46b9e1ab (diff)
downloadbitbake-contrib-c1442bc68ad8ba20c37b1a7cde1400297f4be811.tar.gz
toaster: Add layer details page feature
This commit adds the layer details page which shows the metadata for the layer such as layer description, machines associated with the layer as well as the targets provided. If the layer is an imported layer this page also allows you to update the layer's configuration. >From this page you can add/remove the layer from the current project Signed-off-by: Michael Wood <michael.g.wood@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, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 199c7531d..a3fa0ddf6 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -232,3 +232,4 @@ dd > span { line-height: 20px; }
.animate-repeat.ng-enter.ng-enter-active {
opacity:1;
}
+.tab-pane table { margin-top: 10px; }