aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/static
diff options
context:
space:
mode:
authorAlex Franco <alejandro.franco@linux.intel.com>2015-08-31 22:02:46 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-07 11:34:28 +0100
commitfd63761d2a2f5b8e630cb34885249622cc4d9ce1 (patch)
treeced5c6769c930318ecc1f39d4304c006e589794d /layerindex/static
parent8966d2ea4e04a50f46a2816939733290f2124b66 (diff)
downloadopenembedded-core-contrib-fd63761d2a2f5b8e630cb34885249622cc4d9ce1.tar.gz
Support for recipe inherits field
To identify image recipes and provide inheritance data for recipes, an inherits field was added to the recipe model, and then populated using refactored data from __inherit_cache. Finally the field was also added to page templates, along with style changes proposed in attachment, and an additional style change to display the inherits field as a list in detailed view. The field skips globally inherited data as proposed. [YOCTO #7575] Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'layerindex/static')
-rw-r--r--layerindex/static/css/additional.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/layerindex/static/css/additional.css b/layerindex/static/css/additional.css
index 07032571b0..f76582c264 100644
--- a/layerindex/static/css/additional.css
+++ b/layerindex/static/css/additional.css
@@ -198,4 +198,16 @@ padding: 8px;
.buttonblock-btn {
margin-left: 8px;
-} \ No newline at end of file
+}
+
+.icon-hdd {
+ margin-left: 6px;
+}
+
+.icon-hdd:hover {
+ cursor: pointer;
+}
+
+ul.unstyled {
+ margin-bottom: 0;
+}