Author: mvoncken

Revision: 4048

Log:
        styles

Diff:
Modified: trunk/deluge/ui/webui/templates/classic/tab_statistics.html
===================================================================
--- trunk/deluge/ui/webui/templates/classic/tab_statistics.html 2008-10-18 
14:32:07 UTC (rev 4047)
+++ trunk/deluge/ui/webui/templates/classic/tab_statistics.html 2008-10-18 
15:06:08 UTC (rev 4048)
@@ -2,8 +2,7 @@
 <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>

Modified: trunk/deluge/ui/webui/templates/white/template_style.css
===================================================================
--- trunk/deluge/ui/webui/templates/white/template_style.css    2008-10-18 
14:32:07 UTC (rev 4047)
+++ trunk/deluge/ui/webui/templates/white/template_style.css    2008-10-18 
15:06:08 UTC (rev 4048)
@@ -198,10 +198,15 @@
        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 @@
 }
 
 #torrent_tab tr.head {
-       background-color:#74DD82;
+       background-color:#C3D9FF;
 }
 #torrent_tab tr.altrow0 {
        background-color:#FFFFFF;
@@ -258,6 +263,9 @@
 #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 {



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to