-
Notifications
You must be signed in to change notification settings - Fork 12
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
Specs (maturity level) label #44
Comments
@ianbjacobs, do you mean rotated 90°, running along the side? |
Here is the sort of thing I had in mind: You wrote: A couple of observations:
Ian |
@ianbjacobs are you assuming all the rectangles will have the same width/height? It's currently not the case as some labels are longer than the others, eg 'Retired' |
In #50 I put all little maturity rectangles in the same spot (top right-hand corner). Would that do, @ianbjacobs? |
@deniak wrote: "are you assuming all the rectangles will have the same width/height? It's currently not the case as some labels are longer than the others, eg 'Retired'" I thought that the rectangles would be using 2- or 3-letter abbreviations, making them easier to skim and nearly the same size. Ian |
@tripu wrote: "In #50 I put all little maturity rectangles in the same spot (top right-hand corner). Would that do, @ianbjacobs?" In that layout, it's not clear whether the label applies to the title to its left or right. Ian |
We can
so that boundaries are clearer. |
I tried floating the maturity rectangles to the right as well, but didn't like the result because they seemed dissociated from their specs in many cases. (i.e. I agree with @ianbjacobs) My version tries to make the titles easy to scan, and makes it easy to find the WG and publication date, and the other details available to those who are interested. I found it difficult to come up with something I liked for the maturity tags, so I reduced the size of their boxes and aligned them a bit better to minimize the visual distraction. It's not great but it's the least-bad option I have seen :) |
Maybe something like this could work? (I don't think this is great as-is; just thinking out loud. Mocked up by editing styles inline and dragging things around using dragon.js) |
@gosko, I like that last idea of yours. Moving the maturity pill below to a separate line would also help when titles contain very long words (there are only a few of those, but they may get either truncated or wrapped at strange places inside words when they have to share the line with the maturity bit). If anything, on your mock-up the maturity is a bit lost, not so easy to spot at a glance. We can make it a bit bigger (and reduce its padding too), so it's more apparent. |
Great. I noticed the same about wrapping of long titles. Here is another quick revision since I still had that experimental tab open: This one uses the following CSS: .profile {
float: right;
color: #036;
background-color: white;
font-size: smaller;
font-weight: 800;
padding: 1px 4px;
border: 1px solid #036;
margin-top: -7px;
} (I am not sure why the padding is so unbalanced for the WD and PR boxes) |
Feedback from @ianbjacobs:
The text was updated successfully, but these errors were encountered: