aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/static
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-25 10:58:24 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-25 11:03:54 +0000
commitcbeba65dac2ddeb7fd2298b5f4983f796b5c63d5 (patch)
treebe057f3dbc44228fe7f363eaf6262db2306c011b /layerindex/static
parent3964071e9d897a562831660661636ad683f07438 (diff)
downloadopenembedded-core-contrib-cbeba65dac2ddeb7fd2298b5f4983f796b5c63d5.tar.gz
Use scrolling list of checkboxes for dependencies on submit form
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 4b96cd7110..2a52942955 100644
--- a/layerindex/static/css/additional.css
+++ b/layerindex/static/css/additional.css
@@ -54,3 +54,9 @@ textarea {
h1 .btn {
font-weight: normal;
}
+
+.scrolling {
+height: auto;
+max-height: 120px;
+overflow: auto;
+} \ No newline at end of file