From 287310354039da342b7c893df9c81bd4f524db2c Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 20 Feb 2014 11:36:13 +0000 Subject: bitbake: toaster: Small tweaks to the no results page Correctly align the Search button to the text input field, add .btn class to the clear search button, replace the placeholder attribute with the value attribute so that you can edit your search query, remove the clear search button from the tab index so that you don't clear the search by mistake and edit the margins of the .no-results class. (Bitbake rev: 4ada4307623c1e27b589831d359dc6351e6e3ad5) Signed-off-by: Belen Barros Pena Conflicts: bitbake/lib/toaster/toastergui/templates/build.html Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/build.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/build.html') diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index 85de98aae7..f0ef4d42ab 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html @@ -68,13 +68,11 @@ {% if objects.paginator.count == 0 %}
-
-
- {% if request.GET.search %}{% endif %} - - -
-
+
+ {% if request.GET.search %}{% endif %} + + +
-- cgit v1.2.3-54-g00ecf