aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorReynold Xin <reynoldx@gmail.com>2013-08-15 14:34:07 -0700
committerReynold Xin <reynoldx@gmail.com>2013-08-15 14:34:07 -0700
commit1a51deae8a07d961e250cc9b027fd7d6e66af95b (patch)
tree1cbf3e1d48a55881102589f9aff0fc718e5ce0a7 /core/src/main/resources
parent2d2a556bdf8049d0b567533c26611db2388621d5 (diff)
downloadspark-1a51deae8a07d961e250cc9b027fd7d6e66af95b.tar.gz
spark-1a51deae8a07d961e250cc9b027fd7d6e66af95b.tar.bz2
spark-1a51deae8a07d961e250cc9b027fd7d6e66af95b.zip
More minor UI changes including code review feedback.
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 70fd0ba31e..9914a8ad2a 100644
--- a/core/src/main/resources/spark/ui/static/webui.css
+++ b/core/src/main/resources/spark/ui/static/webui.css
@@ -49,6 +49,10 @@
line-height: 15px !important;
}
+.table-fixed {
+ table-layout:fixed;
+}
+
.table td {
vertical-align: middle !important;
}