From 9164948e387a726f318f723f63e8d93435d7afe6 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 20 Jan 2014 17:31:08 +0000 Subject: [PATCH] toaster: fix builds page CSS and functionality This patch fixes a set of CSS and functionality problems with the build list page: * Fix Recent Builds text styles * Added proper links from Failed Tasks entries. * Always Search returns to the first page of results. * Clear search button appears only if search is active. * Search shows the number of object, proper no objects found * Various smaller fixes. Signed-off-by: Alexandru DAMIAN --- .../toastergui/templates/basetable_top.html | 3 ++- lib/toaster/toastergui/templates/build.html | 16 ++++++++-------- lib/toaster/toastergui/views.py | 3 ++- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/lib/toaster/toastergui/templates/basetable_top.html b/lib/toaster/toastergui/templates/basetable_top.html index 7b3017affb5..67a1d103db1 100644 --- a/lib/toaster/toastergui/templates/basetable_top.html +++ b/lib/toaster/toastergui/templates/basetable_top.html @@ -31,9 +31,10 @@