- Fix dup torrent msg with magnets (tickets #433 and #504)

- Fix state when storage dies during transition out of magnet mode
    - Fix NPE in magnet mode
    - Error logging improvements
    - Support add-torrent with infohash alone
    - CSS tweaks
This commit is contained in:
zzz
2012-03-24 12:58:13 +00:00
parent 008c79e743
commit bdfca07626
8 changed files with 44 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ body {
border: 1px solid #000;
overflow: auto;
color: #26f;
max-height: 76px;
max-height: 82px;
min-height: 45px;
width: auto;
background: #2a192a url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;

View File

@@ -92,7 +92,7 @@ body {
border: 1px solid #000;
overflow: auto;
color: #26f;
max-height: 76px;
max-height: 82px;
min-height: 45px;
width: auto;
background: #eda url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;