All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>, john.mcnamara@intel.com
Cc: dev@dpdk.org
Subject: Re: [PATCH 0/3] cross focus in NIC overview HTML table
Date: Sun, 26 Feb 2017 17:25:29 +0100	[thread overview]
Message-ID: <1510158.7DWr48y1vY@xps13> (raw)
In-Reply-To: <4ab13054-d072-f0da-786e-481f132ab76c@intel.com>

2017-02-23 11:00, Ferruh Yigit:
> On 2/20/2017 9:26 PM, Thomas Monjalon wrote:
> > In order to make the NIC overview easier to read
> > (http://dpdk.org/doc/guides/nics/overview.html)
> > the row and column pointed by the mouse are highlighted.
> > 
> > Thomas Monjalon (3):
> >   doc: set alignments in NIC overview table
> >   doc: highlight pointed row in NIC overview table
> >   doc: highlight pointed column in NIC overview table
> 
> Series Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, see it online:
	http://dpdk.org/doc/guides/nics/overview.html#id1

> > A next step could be to highlight every implemented features when
> > pointing a driver, or every drivers implenting a pointed feature.
> > The latter could be done by this patch:
> > 
> >        table#id1 th:not(:first-child):hover::after,
> > -      table#id1 td:not(:first-child):hover::after {
> > +      table#id1 td:not(:first-child):hover::after,
> > +      table#id1 td:first-child:hover ~ td:not(:empty)::after {
> >           content: '';
> >           height: 6000px;
> >           top: -3000px;
> > 
> > Unfortunately, I cannot make it work, probably because the cells are not
> > really empty. A javascript function could help to trim the cells.
> > Any help to implement this next step would be welcome.
> 
> Overall I agree that some readability improvements would be good for NIC
> overview table.

Yes I feel we need a CSS/Javascript expert to go further.

      reply	other threads:[~2017-02-26 16:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-20 21:26 [PATCH 0/3] cross focus in NIC overview HTML table Thomas Monjalon
2017-02-20 21:26 ` [PATCH 1/3] doc: set alignments in NIC overview table Thomas Monjalon
2017-02-23 12:47   ` Mcnamara, John
2017-02-23 12:51   ` Mcnamara, John
2017-02-24 13:16     ` Thomas Monjalon
2017-02-20 21:26 ` [PATCH 2/3] doc: highlight pointed row " Thomas Monjalon
2017-02-23 12:47   ` Mcnamara, John
2017-02-20 21:26 ` [PATCH 3/3] doc: highlight pointed column " Thomas Monjalon
2017-02-23 12:48   ` Mcnamara, John
2017-02-23 11:00 ` [PATCH 0/3] cross focus in NIC overview HTML table Ferruh Yigit
2017-02-26 16:25   ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510158.7DWr48y1vY@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=john.mcnamara@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.