Idea

add inline view+status

add inline view+priority

 

add inline view+issues

to make Pointers inline

 

(and background color?)

 

add inline view+solution

CSS to accomplish this for Pointer:

|selector for card|[item="link"] .pointer-list,
|selector for card|[item="link"] .pointer-list .pointer-item, {
  display: inline;
}
|selector for card|[item="link"] .pointer-item a {
  background: #E7F8D6;
}

 

For Search:

|selector for card|[item="link"] .search-result-list,
|selector for card|[item="link"] .search-result-list .search-result-item, {
  display: inline;
}
|selector for card|[item="link"] .search-result-item a {
  background: #E7F8D6;
}

 

 

bare_items will make it automatically inline.


add a way to strip list and item divs from Searches

  --John Abbe.....Fri Feb 25 22:55:43 -0800 2011


btw, you shouldn't need that item=link thing. might actually break it in some readers.

  --Ethan McCutchen.....Sat Feb 26 09:28:19 -0800 2011

IE6 doesn't support it


without it, the background color gets uglily applied in closed/open view. (mindlessly added it to the others, removing now.)

 

you mean it's only supported by some browsers? then we need a different selector, sigh.

  --John Abbe.....Sat Feb 26 11:41:18 -0800 2011


whup, we need it for the inlining too:

http://www.wagn.org/wagn/add_view_for_Searches_with_headers+tags

  --John Abbe.....Sat Feb 26 11:44:24 -0800 2011


duplicate of implement inline view. (above css is definitely obsolete now. )

  --Ethan McCutchen.....2013-02-25 05:35:11 +0000

add inline view+relevant user stories