webbuild: layout adjustements for processtail/matrix
This commit is contained in:
parent
b2ad52d042
commit
c62952bdae
@ -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; }
|
||||
|
@ -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;
|
||||
|
@ -87,7 +87,7 @@ function ajax_getvalues(request,confirm) {
|
||||
|
||||
document.getElementById("status").innerHTML =
|
||||
'<div class=opaquebackground>'+
|
||||
'<div style="text-align:left;color:white;position:absolute;left:0;top:0;" id=matrix class=matrix></div>'+
|
||||
'<div style="text-align:left;color:white;position:absolute;" id=matrix class=matrix></div>'+
|
||||
'<div style="position:absolute;left:50%;top:50%;"><img src="/images/wait.gif" title="Attendi..."</div>'+
|
||||
'<div style="position:fixed;left:95%;top:95%;color:red;"><a href="javascript:clearid(\'status\');">[x] Close</a></div>'+
|
||||
'</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user