From aecc63de17cd0e448b8139672d43798dc8fa7f18 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Thu, 26 Feb 2015 21:42:01 +0000 Subject: [PATCH] bitbake: toaster: config var layout fixes Block duplicates of custom variables regardless of case, fix spacing of delete icon, no extra error msg on blank DISTRO name [YOCTO #7359] (Bitbake rev: baec2940c2b4ec792cacad5cc8d8056d9162919b) Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- .../toaster/toastergui/static/css/default.css | 2 +- .../toastergui/templates/projectconf.html | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 0cf0f1991c..dc1b92a225 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -151,7 +151,7 @@ select { width: auto; } #dependencies_modal_form { margin-bottom: 0px; } /* Configuration styles */ -.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } +.icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; } .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } .icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star, .icon-tasks { font-size: 16px; color: #0088CC; padding-left: 2px; } .icon-pencil:hover, .icon-download-alt:hover, .icon-refresh:hover, .icon-star-empty:hover, .icon-star:hover, .icon-tasks:hover { color: #005580; text-decoration: none; cursor: pointer; } diff --git a/bitbake/lib/toaster/toastergui/templates/projectconf.html b/bitbake/lib/toaster/toastergui/templates/projectconf.html index dde8a115c2..774e9ea417 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectconf.html +++ b/bitbake/lib/toaster/toastergui/templates/projectconf.html @@ -23,12 +23,12 @@ @@ -52,7 +52,7 @@
- {% if image_install_append %}{{image_install_append}}{%else%}Not set{%endif%} + {% if image_install_append %}{{image_install_append}}{%else%}Not set{%endif%}