summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-12-09 16:52:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-12 20:44:54 +0000
commit23ad2a8ca08da30bd5ef1e01860021ced1967c07 (patch)
tree732783cdc34b1f3ce19363dbb96746c624d631cc /bitbake/lib/toaster/toastergui/static/css/default.css
parent97ff2c0091c654bf01bc4b0809a6a664ad6c579c (diff)
downloadpoky-23ad2a8ca08da30bd5ef1e01860021ced1967c07.tar.gz
bitbake: toaster: importlayer Add git revision typeahead to that input field
Add the front end mechanism to load the typeahead for the git revision field on importing a layer. Also fix one indentation issue and update the js test. (Bitbake rev: 28114be42174095b812a93d4b5a0e01e953d74f8) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index ff24e8c1ab..5cd7e211a0 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -210,7 +210,6 @@ fieldset.fields-apart-from-layer-name { margin-top: 20px; }
210#import-layer-name, 210#import-layer-name,
211#layer-subdir { width: 20%; } 211#layer-subdir { width: 20%; }
212#layer-git-repo-url { width: 40%; } 212#layer-git-repo-url { width: 40%; }
213#layer-git-ref { width: 32%; }
214#local-dir-path { width: 45%; } 213#local-dir-path { width: 45%; }
215#layer-dependency { width: 16em; } 214#layer-dependency { width: 16em; }
216#layer-deps-list { margin-top: 0; } 215#layer-deps-list { margin-top: 0; }