mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 16:13:41 +00:00
styles
This commit is contained in:
parent
f3382591ec
commit
976189a814
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user