summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-01-21 17:11:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 13:29:20 +0000
commit481dc1154709d9d1061de259d7133335c7497051 (patch)
treef18ef043a70a0d31c5e1589b5b44a57a688a0683 /bitbake/lib/toaster/toastergui/static
parenta757d397dbc39ca479321263bafcc129451f21f1 (diff)
downloadpoky-481dc1154709d9d1061de259d7133335c7497051.tar.gz
bitbake: toaster: make locale packages uneditable in custom image page
When the packages associated with a custom image recipe are shown in the customrecipe editing page, locale packages are shown in the same way as all other packages. This gives the false impression that these packages can be removed, when in fact they are automatically added due to the IMAGE_LINGUAS build variable. Modify the customrecipe page so that locale packages cannot be removed, and provide some help text explaining why. [YOCTO #8927] (Bitbake rev: b2208e53c00a67a7d0345e7378e6806b8ae40fb4) Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index bc8a97bedc..b674a9de8e 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -153,6 +153,9 @@ select { width: auto; }
153/* make tables Chrome-happy (me, not so much) */ 153/* make tables Chrome-happy (me, not so much) */
154table { table-layout: fixed; word-wrap: break-word; } 154table { table-layout: fixed; word-wrap: break-word; }
155 155
156table p { margin-bottom: 0 }
157.table td { vertical-align: middle; }
158
156/* styles for the new build button */ 159/* styles for the new build button */
157.new-build .btn-primary { padding: 4px 30px; } 160.new-build .btn-primary { padding: 4px 30px; }
158.new-build .alert { margin-top: 10px; } 161.new-build .alert { margin-top: 10px; }