summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css4
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js2
2 files changed, 5 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index cce3e315fc..06d9976557 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -164,6 +164,10 @@ table { table-layout: fixed; word-wrap: break-word; }
164/* Remove bottom margin for forms inside modal dialogs */ 164/* Remove bottom margin for forms inside modal dialogs */
165#dependencies-modal-form { margin-bottom: 0px; } 165#dependencies-modal-form { margin-bottom: 0px; }
166 166
167/* Custom column widths */
168.narrow-col { width: 8%; }
169.medium-col { width: 12%; }
170
167/* Configuration styles */ 171/* Configuration styles */
168.icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; } 172.icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; }
169.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } 173.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; }
diff --git a/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js b/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js
index 42e7427cc0..794b902c58 100644
--- a/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js
+++ b/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js
@@ -421,7 +421,7 @@
421 columnElType: "td", // i.e. 'td', 'th' or 'td,th' 421 columnElType: "td", // i.e. 'td', 'th' or 'td,th'
422 expandable: false, 422 expandable: false,
423 expanderTemplate: "<a href='#'>&nbsp;</a>", 423 expanderTemplate: "<a href='#'>&nbsp;</a>",
424 indent: 19, 424 indent: 10,
425 indenterTemplate: "<span class='indenter'></span>", 425 indenterTemplate: "<span class='indenter'></span>",
426 initialState: "collapsed", 426 initialState: "collapsed",
427 nodeIdAttr: "ttId", // maps to data-tt-id 427 nodeIdAttr: "ttId", // maps to data-tt-id