NHSLeadership / nightingale

NHS-Generic Frontend Framework.
Other
35 stars 8 forks source link

Table #218

Open penpadstudio opened 6 years ago

penpadstudio commented 6 years ago

Need to create following table format for programmes cohort tab page:

screen shot 2018-04-11 at 10 15 28
cehwitham commented 6 years ago

@Pro-Paul is this different to plain table styles?

penpadstudio commented 6 years ago

only slight changes... you can see what we have built here and the differences: screen shot 2018-04-11 at 15 48 51

cehwitham commented 6 years ago

@Pro-Paul thanks. Are these modifier styles for the tables or an override for the default style?

penpadstudio commented 6 years ago

@cehwitham I think they should be modifier styles but I will leave it up to you and how best to build it. Not sure which would be more beneficial in the long run.

cehwitham commented 6 years ago

So we want to keep the original default styling for tables but have this as an option?

cehwitham commented 6 years ago

@Pro-Paul Is the front of the table data a dark grey?

What are the font-sizes?

Is the last column always right aligned or optional right alignment for last / any column?

penpadstudio commented 6 years ago

@cehwitham

So we want to keep the original default styling for tables but have this as an option?

Correct.

Is the front of the table data a dark grey?

Yes they were but for v1 release they were changed back to # 231F20

What are the font-sizes?

Title headings: 24px H3 Column headings: 18px H4 Table text: 14px Supporting para

Is the last column always right aligned or optional right alignment for last / any column?

Last column is alway right aligned unless we run into a use case when we need an exception.