mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 15:13:23 +00:00
css
This commit is contained in:
parent
7a879b33c8
commit
622a0053d8
@ -18,7 +18,7 @@ $def with (torrent)
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="info_label">$('Save Path'):</td>
|
||||
<td class="info_label"><a href="/torrent/move/$torrent.id" target="_top">$('Save Path'):</td>
|
||||
<td class="info_value" title="$torrent.save_path">$crop_left(torrent.save_path, 200)</td>
|
||||
</table>
|
||||
</tr>
|
||||
|
@ -9,14 +9,12 @@ $altrow(True)
|
||||
</tr>
|
||||
$for tracker in torrent.trackers:
|
||||
<tr class="$altrow()" >
|
||||
<td >
|
||||
<input type="text" name="tier" value="$tracker['tier']" style="width:20px"/>
|
||||
<td><input type="text" name="tier" value="$tracker['tier']" style="width:20px"/>
|
||||
</td>
|
||||
<td><input type="text" name="url" value="$tracker['url']" style="width:400px"//></td>
|
||||
</tr>
|
||||
<tr class="tab_$altrow()" >
|
||||
<td >
|
||||
<input type="text" name="tier" value="$(tracker['tier'] + 1)" style="width:20px"/>
|
||||
<tr class="$altrow()" >
|
||||
<td><input type="text" name="tier" value="$(tracker['tier'] + 1)" style="width:20px"/>
|
||||
</td>
|
||||
<td><input type="text" name="url" value="" style="width:400px"//></td>
|
||||
</tr>
|
||||
|
@ -200,6 +200,7 @@ div.progress_bar{
|
||||
}
|
||||
|
||||
/*info panel(inner):*/
|
||||
|
||||
#info_panel_div {
|
||||
width:100%;
|
||||
margin-top:20px;
|
||||
@ -210,6 +211,9 @@ div.progress_bar{
|
||||
-moz-border-radius:5px;
|
||||
/*float: right;*/
|
||||
}
|
||||
#torrent_info_tabs {
|
||||
background-color:#B5EDBC
|
||||
}
|
||||
|
||||
#torrent_info tr.head{
|
||||
background-color:#C3D9FF;
|
||||
@ -221,6 +225,8 @@ div.progress_bar{
|
||||
background-color:#C3D9FF;
|
||||
}
|
||||
|
||||
|
||||
|
||||
td.info_label {
|
||||
width:100px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user