From 65f68d7c8be99e913eb8973aa3a94a6e547b12ad Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 23 Aug 2018 22:28:37 +0200 Subject: [PATCH] [mod] extract css to specific file --- static/css/style.css | 9 +++++++++ templates/base.html | 1 + templates/job.html | 11 ----------- 3 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..f7a93e7 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,9 @@ +.consoleOutput { + max-height: 90vh; + background-color: #222; + color: #eee; + padding-top: 1.25rem; + padding-right: 1.5rem; + padding-bottom: 1.25rem; + padding-left: 1.5rem; +} diff --git a/templates/base.html b/templates/base.html index c834cee..9fedd86 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ + <% block content %><% endblock %> diff --git a/templates/job.html b/templates/job.html index abd70b9..3d8be0b 100644 --- a/templates/job.html +++ b/templates/job.html @@ -23,17 +23,6 @@ <% endblock %> <% block javascript %> -