* i2psnark:

- Create sparse files at torrent creation and delay
     "ballooning" until first write (ticket #641)
   - Redo clear messages button
   - Concurrent message queue
This commit is contained in:
zzz
2012-05-20 18:15:36 +00:00
parent 1da1dce981
commit d8b3d2c508
5 changed files with 95 additions and 35 deletions

View File

@@ -93,7 +93,7 @@ body {
border: 1px solid #000;
overflow: auto;
color: #26f;
max-height: 82px;
max-height: 76px;
min-height: 45px;
width: auto;
background: #2a192a url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;
@@ -118,6 +118,12 @@ body {
text-align: right;
}
.snarkMessages img {
float: right;
margin: -3px -4px 4px 4px;
opacity: 0.8;
}
.logshim {
margin-top: -10px !important;
}

View File

@@ -92,7 +92,7 @@ body {
border: 1px solid #000;
overflow: auto;
color: #26f;
max-height: 82px;
max-height: 76px;
min-height: 45px;
width: auto;
background: #eda url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;
@@ -121,6 +121,12 @@ body {
text-align: right;
}
.snarkMessages img {
float: right;
margin: -3px -4px 4px 4px;
opacity: 0.8;
}
.logshim {
margin-top: -10px !important;
}