diff --git a/deluge/ui/webui/templates/classic/tab_statistics.html b/deluge/ui/webui/templates/classic/tab_statistics.html index eef3677b4..3df1d3e3c 100644 --- a/deluge/ui/webui/templates/classic/tab_statistics.html +++ b/deluge/ui/webui/templates/classic/tab_statistics.html @@ -2,8 +2,7 @@ $def with (torrent)
- | diff --git a/deluge/ui/webui/templates/white/template_style.css b/deluge/ui/webui/templates/white/template_style.css index 7435d7105..1d4ba340c 100644 --- a/deluge/ui/webui/templates/white/template_style.css +++ b/deluge/ui/webui/templates/white/template_style.css @@ -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 {