aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-08-07 21:27:04 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-08-07 21:27:04 -0700
commit706394b37051a35db22a2df8d0aa35f875d234cb (patch)
tree1f6aab2891cceccdf582a2ac6388870cae98293d /core/src/main/resources
parent8c0d668468f068203e4aedaacd7ddd17b931a514 (diff)
downloadspark-706394b37051a35db22a2df8d0aa35f875d234cb.tar.gz
spark-706394b37051a35db22a2df8d0aa35f875d234cb.tar.bz2
spark-706394b37051a35db22a2df8d0aa35f875d234cb.zip
Bumping font size to 14px and fixing sytle issue in progress bars
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/spark/ui/static/webui.css5
1 files changed, 5 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 fd2cbad004..0a118a907b 100644
--- a/core/src/main/resources/spark/ui/static/webui.css
+++ b/core/src/main/resources/spark/ui/static/webui.css
@@ -5,6 +5,10 @@
padding: 0;
}
+body {
+ font-size: 14px !important;
+}
+
.version {
line-height: 30px;
vertical-align: bottom;
@@ -46,6 +50,7 @@
padding: 0;
padding-top: 7px;
padding-left: 4px;
+ line-height: 15px !important;
}
.table td {