-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
D8CORE-1261: Revised table styles. #617
Conversation
We may need a page of all html elements to review this. |
Let me know if you need anything from me. |
I'm open to ideas. Do we want a public page with all the HTML elements we have styled for both testing for us and for the public? |
Yeah, either that or we separate things into child pages, e.g., one for all form elements. Actually, perhaps we make a list of all the HTML elements we want to include then we could decide if it's ok to put them all on one page or if that gets too long? Things I can think of:
Anything else? |
Yeah, it might be a good idea to get them separated. We are often asked for form elements and should look into providing not only more styled options but components for them as well. Anyhow, my vote is separation. |
Sounds good to me. I vote for separation too. I've been wanting to do/see some styling on our form elements also! |
If you'd like to take first pass at this please do as I don't think I will get the time to spend on it I would like to this month. |
@yvonnetangsu @sherakama, the Adapt project has specific needs for FORM ELEMENTS! YAY! So we'll definitely be creating and executing them at the root of Decanter, and sub-theming off of those for SAA/OOD, within the next few months. |
Cool - let me know if you have any designs for these, Kerri (both default and variants). I'd be happy to write myself a ticket, or @jenbreese and I could each take on some elements (just a suggestion and I totally know you guys might be super busy with D8). |
|
@yvonnetangsu, hahaha, designs... hahahaha. Will be working on 'em in the next few weeks and getting design feedback from y'all. |
Putting up for review so it doesn't fall behind again. |
@sherakama Just double checking - the table element isn't actually on the tugboat preview right? |
@yvonnetangsu and @sherakama I couldn't find a table element either. |
I totally thought we had an elements page somewhere. Guess that page is gone. An alternative to test this branch would be to pull it into your current work and quickly set up a table. |
Here is a live URL of this code in action: https://amptesting.sites.stanford.edu/wysiwyg/test-tables-layout-full-width |
Yeah, there's one on the previous version of the site, but not on this Netlify one. Are we going with this design for the default table style? Big improvements over the current one (you fixed the double border issue). Just want to know if there's a design we're going for. |
@yvonnetangsu @jenbreese, yea, I think we should go with the design that's shown on the page Shea shared. https://amptesting.sites.stanford.edu/wysiwyg/test-tables-layout-full-width We tweaked some things that I think work well in the root of Decanter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another question - what do you think about removing the margin-bottom from the last element in each table cell, eg, a <p>
? Since the table cell padding already take care of the spacing at the bottom. Other than that and the outside margin, looks great to me! 👍
And have you seen this newer MARTY video btw? 😄 |
I like the idea of removing the margin-bottom. I think it would surprise users to have the extra space in a table. |
@yvonnetangsu @jenbreese ready for review again. |
Ok, I changed it to target the child elements. I think we have to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! Looks good to me for base table style. GTG
@yvonnetangsu Want me to merge since you approved? |
Hi @jenbreese Sure! Was waiting to see if you have anything else to add 😄 Thanks! |
Woot. 6 months of work. YAY! |
You're doing better than me at un-staling 😂 🎉 |
READY FOR REVIEW
Summary
Needed By (Date)
Urgency
Steps to Test
See Also