From: Belen Barros Pena Date: Mon, 22 Feb 2016 09:08:33 +0000 (+0000) Subject: toaster: fix custom image name form X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9df802182b0b96295b148a1681c2265e72d8306b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: fix custom image name form The placeholder text in the form where you name your new custom images didn't display fully. This patch fixes the styles so that the text shows properly. It also changes the text itself to make it a bit shorter. [YOCTO #9122] Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css index b674a9de8eb..c5a580f7f28 100644 --- a/lib/toaster/toastergui/static/css/default.css +++ b/lib/toaster/toastergui/static/css/default.css @@ -197,7 +197,7 @@ table p { margin-bottom: 0 } .configuration-alert p { margin-bottom: 0px; } .project-form { margin-top: 10px; } .add-layers .btn-block + .btn-block, .build .btn-block + .btn-block { margin-top: 0px; } -input.huge { font-size: 17.5px; padding: 11px 19px; } +input.huge { font-size: 17.5px; padding: 11px; min-width: 60%; } .build-form { margin-bottom: 0px; } .build-form .input-append { margin-bottom: 0px; } .build-form .btn-large { padding: 11px 35px; } diff --git a/lib/toaster/toastergui/templates/newcustomimage_modal.html b/lib/toaster/toastergui/templates/newcustomimage_modal.html index fed489fad98..b1b5148c089 100644 --- a/lib/toaster/toastergui/templates/newcustomimage_modal.html +++ b/lib/toaster/toastergui/templates/newcustomimage_modal.html @@ -22,7 +22,7 @@ Image names must be unique. They should not contain spaces or capital letters, and the only allowed special character is dash (-).

- +