Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move header image to left side #1318

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

williamjallen
Copy link
Collaborator

Most CDash pages have a header with an image on the left and a small amount of text on the right. Some pages have this flipped, such that the image is on the right and the text is on the left. This visual inconsistency is poor UI design.

To resolve this issue, I removed the order CSS property. Since this property was set to 1, it is possible that a developer set it to 1 sometime in the past under the assumption that 1 is the leftmost value possible. In fact, 0 is the leftmost value for this property, which is why the image was displayed out of order.

Before:
image

After:
image

@zackgalbreath zackgalbreath self-requested a review March 3, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants