aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-08-02 15:46:09 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-08-02 15:47:41 -0700
commit5b3784a79c4e6069ace17c5dddc0ad0046909c8b (patch)
tree9cd0c9330971a86745bf6d1dd6161b946c828f31 /core/src/main/resources
parent9d7dfd2d5a28c3e329fe14cf10f5184af1263dd6 (diff)
downloadspark-5b3784a79c4e6069ace17c5dddc0ad0046909c8b.tar.gz
spark-5b3784a79c4e6069ace17c5dddc0ad0046909c8b.tar.bz2
spark-5b3784a79c4e6069ace17c5dddc0ad0046909c8b.zip
Show user-defined job name in UI
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/spark/ui/static/webui.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/resources/spark/ui/static/webui.css b/core/src/main/resources/spark/ui/static/webui.css
index f7537bb766..8b9f4ee938 100644
--- a/core/src/main/resources/spark/ui/static/webui.css
+++ b/core/src/main/resources/spark/ui/static/webui.css
@@ -47,3 +47,7 @@
padding-top: 7px;
padding-left: 4px;
}
+
+.table td {
+ vertical-align: middle !important;
+}