aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-06-29 16:46:28 -0700
committerReynold Xin <rxin@apache.org>2014-06-29 16:46:28 -0700
commitcdf613fc52d7057555a2dbf2241ce90bacbabb4a (patch)
tree8bd491fe6c40b8f8d30d897f14ccc995ad29a130 /core/src/main/resources
parent2053d793cc2e8e5f5776e6576ddc6f8e6168e60c (diff)
downloadspark-cdf613fc52d7057555a2dbf2241ce90bacbabb4a.tar.gz
spark-cdf613fc52d7057555a2dbf2241ce90bacbabb4a.tar.bz2
spark-cdf613fc52d7057555a2dbf2241ce90bacbabb4a.zip
[SPARK-2320] Reduce exception/code block font size in web ui
Author: Reynold Xin <rxin@apache.org> Closes #1261 from rxin/ui-pre-size and squashes the following commits: 7ab1a69 [Reynold Xin] [SPARK-2320] Reduce exception/code block font size in web ui
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/webui.css4
1 files changed, 4 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 a8bc141208..11fd956bfb 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
@@ -95,6 +95,10 @@ span.expand-details {
float: right;
}
+pre {
+ font-size: 0.8em;
+}
+
.stage-details {
max-height: 100px;
overflow-y: auto;