aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-02-20 11:36:13 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-03-14 17:55:03 +0000
commit4ada4307623c1e27b589831d359dc6351e6e3ad5 (patch)
tree566992f34ff3bf24bd8b3e4155ce5d8115f97dfa /lib/toaster/toastergui/static
parentc0820f93e0387d2b6ead9e2fa7205d49001d27e6 (diff)
downloadbitbake-4ada4307623c1e27b589831d359dc6351e6e3ad5.tar.gz
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. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Conflicts: bitbake/lib/toaster/toastergui/templates/build.html
Diffstat (limited to 'lib/toaster/toastergui/static')
-rw-r--r--lib/toaster/toastergui/static/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 76d6cb9b8..2b47aff6f 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/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; }