summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-05-11 18:51:28 +0100
committerAlexandru DAMIAN <alexandru.damian@intel.com>2015-05-14 11:05:18 +0100
commit6de539d5953b2dca2a9ed75556a59764337a194c (patch)
tree6318a970982d974964683d24024fdb164d3f6baf /lib/toaster/toastergui/static/css
parentb3a6fa4861bf4495fbd39e2abb18b3a46c6eac18 (diff)
downloadbitbake-contrib-6de539d5953b2dca2a9ed75556a59764337a194c.tar.gz
toaster: Port All recipes, layers and machines to ToasterTables
Port of the main tables to the new ToasterTable widget. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Diffstat (limited to 'lib/toaster/toastergui/static/css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index bc3d63e6b..739efbfbb 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -256,3 +256,6 @@ div.add-deps { margin-top: 15px; }
.machines-highlight { -webkit-animation: machines-fade 7s 1; -moz-animation: machines-fade 7s 1; animation: machines-fade 7s 1; }
.tab-pane table { margin-top: 10px; }
+
+thead .description, .get_description_or_summary { width: 364px; }
+thead .add-del-layers { width: 124px; }