From: Belen Barros Pena Date: Thu, 20 Feb 2014 11:36:13 +0000 (+0000) Subject: bitbake: toaster: Small tweaks to the no results page X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=287310354039da342b7c893df9c81bd4f524db2c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 76d6cb9b8b2..2b47aff6f9c 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -102,7 +102,7 @@ select { width: auto; } .progress { margin-bottom: 0px; } .lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } .well > .lead, .alert .lead { margin-bottom: 0px; } -.no-results { margin: 10px 0 0; } +.no-results { margin: 10px 0; } .task-name { margin-left: 7px; } diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index 85de98aae7c..f0ef4d42ab5 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 %} + + +