aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-06-29 08:38:04 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-06-29 08:38:04 -0700
commit473961d82e70f4cdb9e3d12b0dfcb4b70e6121ab (patch)
treee085f4fc049d61906fab89bd1133549b03fa8391 /core/src/main/resources
parent249f0e54ba6c358b3d786b1ba42e5d2ea22ed9db (diff)
downloadspark-473961d82e70f4cdb9e3d12b0dfcb4b70e6121ab.tar.gz
spark-473961d82e70f4cdb9e3d12b0dfcb4b70e6121ab.tar.bz2
spark-473961d82e70f4cdb9e3d12b0dfcb4b70e6121ab.zip
Styling for progress bar
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/spark/ui/static/webui.css8
1 files changed, 8 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 c1ad4dbb17..f7537bb766 100644
--- a/core/src/main/resources/spark/ui/static/webui.css
+++ b/core/src/main/resources/spark/ui/static/webui.css
@@ -39,3 +39,11 @@
padding-top: 10px;
padding-bottom: 10px;
}
+
+.progress-cell {
+ width: 134px;
+ border-right: 0;
+ padding: 0;
+ padding-top: 7px;
+ padding-left: 4px;
+}