From c62952bdae395fa7bb9c730c3ab2c127a17a68e6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 22 Nov 2014 13:30:10 +0100 Subject: [PATCH] webbuild: layout adjustements for processtail/matrix --- styles/webbuild-post.css | 1 - styles/webbuild.css | 11 ++++------- webbuild.js.inc | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/styles/webbuild-post.css b/styles/webbuild-post.css index 6da8eca..fd0e2b7 100644 --- a/styles/webbuild-post.css +++ b/styles/webbuild-post.css @@ -1,5 +1,4 @@ webbuild.a { } -.output pre { background: #000000; border:0; padding:0; margin:0; -webkit-box-shadow:none; } pre { background: none; border:0; padding:0; margin:0; -webkit-box-shadow:none; } form { margin:0; } a.webbuild:link { color:#0b0600; text-decoration: none; } diff --git a/styles/webbuild.css b/styles/webbuild.css index 0e9ee63..c6d66a7 100644 --- a/styles/webbuild.css +++ b/styles/webbuild.css @@ -216,16 +216,13 @@ .matrix { width:100%; - height:100%; + height:97%; word-wrap: break-word; overflow:auto; font-size:7pt; -// border:1px solid #2b6600; - padding:2px; -// padding-top:32px; -// padding-bottom:20px; - margin-left:0px; - margin-bottom:0px; + padding:0px; + top:5px; + left:5px; // background-color:#e0f2d0; /* -moz-column-count: 2; -moz-column-gap: 1.5em; diff --git a/webbuild.js.inc b/webbuild.js.inc index 5a9542d..cb57a5c 100644 --- a/webbuild.js.inc +++ b/webbuild.js.inc @@ -87,7 +87,7 @@ function ajax_getvalues(request,confirm) { document.getElementById("status").innerHTML = '
'+ - '
'+ + '
'+ '
'+ '
[x] Close
'+ '
';