Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Implemented
Categories Documentation
Created by Heloisa Paiva
Created on Oct 10, 2023

Change the style of the tables in the official documentation

Describing the tables in the docs, two main points make it difficult to see to which row a sentence belongs:

  • The colors that distinguish each line have low contrast (#FFFFFF and #F8F9F9);

  • The texts are centralized in the y-axis (and thus, rows don't necessarily begin in the same line).

This could be solved by changing the color of the odd rows to one with a higher contrast with #FFF, adding a line between rows, or aligning the text to the top of the cell.


The attached pictures illustrate the problem, and some suggestions to make the content more comfortable to read. From right to the left, is the original table from the documentation and the examples:

  1. Change the color of the odd rows to #EFF0F1 (the same color as the navigation menu on the left, so it's still in the palette);

  2. Add border-top: solid 1px #D4D4D4 to the odd rows. This is precisely the same vertical border used to separate columns;

  3. Add vertical-align: top; to the tbody element.

  • ADMIN RESPONSE
    Dec 4, 2024

    Thank you for submitting the idea.

    This idea was implemented by InterSystems.

  • Cindy Olsen
    Dec 2, 2024

    This was logged quite awhile ago. We implemented new style sheets in May of 2024, so perhaps it is fixed? We were trying to find these tables in the documentation, so we could determine if they are differnt now, but could not easily find them. If this is not fixed, can you kindly provide the links to the tables?