forked from I2P_Developers/i2p.i2p
* 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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user