fixed broken waitforshare, work on mail, work on new plugin api endpoint
This commit is contained in:
parent
b038d758b9
commit
64be7ebff3
5 changed files with 26 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
From: <input type='text' id='fromUser' readonly> Signature: <span id='sigValid'></span>
|
||||
</div>
|
||||
<div id='signatureValidity'></div>
|
||||
<div id='threadDisplay'>
|
||||
<div id='threadDisplay' class='pre messageContent'>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -64,4 +64,14 @@ input{
|
|||
|
||||
.good{
|
||||
color: greenyellow;
|
||||
}
|
||||
|
||||
.pre{
|
||||
padding-top: 1em;
|
||||
word-wrap: break-word;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
.messageContent{
|
||||
font-size: 1.5em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue