aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/static
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-20 17:09:27 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-11 11:28:14 +0100
commit84709dbca6c0da26e61809d7cb8df2300b6ce288 (patch)
tree03f4721fd76f8ef3b7301dc5f2b1635aa3aad262 /layerindex/static
parent1a9f73d4a75a6c64fd90d10532b030a880c11353 (diff)
downloadopenembedded-core-contrib-84709dbca6c0da26e61809d7cb8df2300b6ce288.tar.gz
Add recipe bulk change feature
This provides a way to set "meta" fields (SUMMARY, DESCRIPTION, HOMEPAGE, BUGTRACKER, SECTION, and LICENSE) for a number of recipes at once, and then download those changes in the form of one or more patch files which can be submitted for merging into the layer. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'layerindex/static')
-rw-r--r--layerindex/static/css/additional.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/layerindex/static/css/additional.css b/layerindex/static/css/additional.css
index a5fb269807..c62b4625b4 100644
--- a/layerindex/static/css/additional.css
+++ b/layerindex/static/css/additional.css
@@ -164,3 +164,9 @@ padding: 8px;
.muted a {
color: #66B8E0;
}
+
+.search-form-table {
+ border-spacing: 2px;
+ border-collapse: separate;
+ padding-bottom: 5px;
+}