Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/5121#discussion_r26898381
--- Diff: core/src/main/resources/org/apache/spark/ui/static/webui.css ---
@@ -194,6 +194,24 @@ span.additional-metric-title {
color: #777;
}
+#additional-metrics {
+ float: left;
+ padding-bottom: 10px;
+}
+
+#links {
+ float: left;
+ padding-left: 100px;
--- End diff --
That's right, I'm just referring to "100px right" when I say absolute. It's
not positioned absolutely vertically. And "inline" flow meaning, what you'd get
just concatenating divs on a page rather than making one float right. That's
the wrong term in HTML isn't it? I think "block" is what I'm looking for. I'm
neutral on adding this in any event, so will let others pick it up or not.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]