mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 03:36:16 +00:00
tweak the size of the details pane
This commit is contained in:
parent
b00b942fee
commit
7b1fc47f99
@ -50,7 +50,7 @@ html, body {
|
||||
|
||||
.deluge-status dl {
|
||||
float: left;
|
||||
min-height: 100px;
|
||||
min-height: 120px;
|
||||
}
|
||||
|
||||
.deluge-status dl dt {
|
||||
@ -66,11 +66,11 @@ html, body {
|
||||
}
|
||||
|
||||
.deluge-status dd.downloaded, .deluge-status dd.uploaded, .deluge-status dd.share, .deluge-status dd.announce, .deluge-status dd.tracker_status, .deluge-status dd.active_time {
|
||||
width: 170px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.deluge-status dd.downspeed, .deluge-status dd.upspeed, .deluge-status dd.eta, .deluge-status dd.pieces {
|
||||
margin-left: 75px;
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.deluge-status form br {
|
||||
|
@ -273,7 +273,7 @@ Deluge.Details.Peers.Store = new Ext.data.SimpleStore({
|
||||
Deluge.Details.Panel = new Ext.TabPanel({
|
||||
region: 'south',
|
||||
split: true,
|
||||
height: 200,
|
||||
height: 220,
|
||||
minSize: 100,
|
||||
collapsible: true,
|
||||
margins: '0 5 5 5',
|
||||
|
Loading…
x
Reference in New Issue
Block a user