summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorRavi Chintakunta <ravi.chintakunta@timesys.com>2014-01-10 16:36:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:01:05 +0000
commit87776ca32eeede85086c31ae4036d8e1de7fe1e1 (patch)
treed445c43a80b147fce323d0b8903aeebb6748ff0b /bitbake/lib/toaster/toastergui/static/css
parent4acdf8aaf1bb0a6d81c052a236ed04b45e4d8c3e (diff)
downloadpoky-87776ca32eeede85086c31ae4036d8e1de7fe1e1.tar.gz
bitbake: toaster: Base table fixes for header text, sort icon and filter icon
- Display the table column header as a link only if it is sortable. Non-sortable column headers are displayed as plain text. - Display the sort order by an up / down arrow icon next to the column header - Add style for header in default.css - Set tooltip for the active filter icon - Pass the view name to the filter dialog (Bitbake rev: 53ede15926d45b555252d77919a0568a984c6d74) Signed-off-by: Ravi Chintakunta <ravi.chintakunta@timesys.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 53c50043bc..fe3881eea1 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -175,3 +175,4 @@ dd p {line-height:20px;}
175 175
176 176
177.no-results { margin: 10px 0 0; } 177.no-results { margin: 10px 0 0; }
178th > a, th > span { font-weight: normal; color:#333333;}