aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-07-10 01:18:37 -0700
committerReynold Xin <rxin@apache.org>2014-07-10 01:18:37 -0700
commitc2babc089bd97137d240ca119ec4fc4b5a1422c8 (patch)
tree2b0b6c4eb1433b348d8cd6855910b7c0d6156d9d /core/src/main/resources
parent2b18ea9826395177ac2203dbf8eb37c220ab8e67 (diff)
downloadspark-c2babc089bd97137d240ca119ec4fc4b5a1422c8.tar.gz
spark-c2babc089bd97137d240ca119ec4fc4b5a1422c8.tar.bz2
spark-c2babc089bd97137d240ca119ec4fc4b5a1422c8.zip
SPARK-2115: Stage kill link is too close to stage details link
Moved (kill) link to the right side. Add confirmation dialog when (kill) link is clicked. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #1350 from tsudukim/feature/SPARK-2115 and squashes the following commits: e2263b0 [Masayoshi TSUZUKI] Moved (kill) link to the right side. Add confirmation dialog when (kill) link is clicked.
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/webui.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/resources/org/apache/spark/ui/static/webui.css b/core/src/main/resources/org/apache/spark/ui/static/webui.css
index 7448af87fc..445110d63e 100644
--- a/core/src/main/resources/org/apache/spark/ui/static/webui.css
+++ b/core/src/main/resources/org/apache/spark/ui/static/webui.css
@@ -81,7 +81,9 @@ table.sortable thead {
span.kill-link {
margin-right: 2px;
+ margin-left: 20px;
color: gray;
+ float: right;
}
span.kill-link a {