mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 02:48:39 +00:00
styles
This commit is contained in:
parent
f3382591ec
commit
976189a814
2 changed files with 11 additions and 4 deletions
|
@ -2,8 +2,7 @@ $def with (torrent)
|
||||||
<table width="100%"><tr>
|
<table width="100%"><tr>
|
||||||
<td colspan=4 style="background-color:#999;-moz-border-radius:5px;">
|
<td colspan=4 style="background-color:#999;-moz-border-radius:5px;">
|
||||||
|
|
||||||
<div class="progress_bar" style="width:$torrent.progress%;
|
<div class="progress_bar progress_bar_detail" style="width:$torrent.progress%;">
|
||||||
text-align:center;font-weight:bold;">
|
|
||||||
|
|
||||||
$("%.2f" % torrent.progress) %</div>
|
$("%.2f" % torrent.progress) %</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -198,10 +198,15 @@ div.progress_bar{
|
||||||
background-color:#E0ECFF;
|
background-color:#E0ECFF;
|
||||||
overflow:visible;
|
overflow:visible;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/*color:blue;*/
|
|
||||||
/*-moz-border-radius:5px;*/ /*ff only setting*/
|
/*-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(inner):*/
|
||||||
|
|
||||||
#info_panel_div {
|
#info_panel_div {
|
||||||
|
@ -246,7 +251,7 @@ td.info_label {
|
||||||
}
|
}
|
||||||
|
|
||||||
#torrent_tab tr.head {
|
#torrent_tab tr.head {
|
||||||
background-color:#74DD82;
|
background-color:#C3D9FF;
|
||||||
}
|
}
|
||||||
#torrent_tab tr.altrow0 {
|
#torrent_tab tr.altrow0 {
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
|
@ -258,6 +263,9 @@ td.info_label {
|
||||||
#torrent_tab a.tab_button_active {
|
#torrent_tab a.tab_button_active {
|
||||||
margin-right:10px;
|
margin-right:10px;
|
||||||
}
|
}
|
||||||
|
#torrent_tab div.progress_bar{
|
||||||
|
background-color:#C3D9FF;
|
||||||
|
}
|
||||||
|
|
||||||
/*/torrent/info*/
|
/*/torrent/info*/
|
||||||
#torrent_info #torrent_tab tr.head {
|
#torrent_info #torrent_tab tr.head {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue