Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/5121#discussion_r26898278
--- 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 --
*shrug* using absolute layout and clearing float feels worse than tables,
but, the page isn't exactly optimized anyway. It seems like the "jump to" links
should be at the top and could just use inline layout like the rest of this,
even if it bumps everything down a line. Or... if floating, how about at the
top-right to use some of the whitespace?
---
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]