This commit is contained in:
Martijn Voncken 2008-10-18 15:06:08 +00:00
parent f3382591ec
commit 976189a814
2 changed files with 11 additions and 4 deletions

View File

@ -2,8 +2,7 @@ $def with (torrent)
<table width="100%"><tr>
<td colspan=4 style="background-color:#999;-moz-border-radius:5px;">
<div class="progress_bar" style="width:$torrent.progress%;
text-align:center;font-weight:bold;">
<div class="progress_bar progress_bar_detail" style="width:$torrent.progress%;">
$("%.2f" % torrent.progress) %</div>
</td>

View File

@ -198,10 +198,15 @@ div.progress_bar{
background-color:#E0ECFF;
overflow:visible;
white-space: nowrap;
/*color:blue;*/
/*-moz-border-radius:5px;*/ /*ff only setting*/
}
div.progress_bar_detail {
text-align:center;
font-weight:bold;
-moz-border-radius:5px;
}
/*info panel(inner):*/
#info_panel_div {
@ -246,7 +251,7 @@ td.info_label {
}
#torrent_tab tr.head {
background-color:#74DD82;
background-color:#C3D9FF;
}
#torrent_tab tr.altrow0 {
background-color:#FFFFFF;
@ -258,6 +263,9 @@ td.info_label {
#torrent_tab a.tab_button_active {
margin-right:10px;
}
#torrent_tab div.progress_bar{
background-color:#C3D9FF;
}
/*/torrent/info*/
#torrent_info #torrent_tab tr.head {