From 0ebcaa4d9bf7add22c36828d7d8f09c853ff8803 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Sat, 5 Jul 2008 17:08:20 +0000 Subject: [PATCH] white-templ:green-iframe-->blue --- deluge/ui/webui/TODO | 2 +- .../ui/webui/templates/white/template_style.css | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/deluge/ui/webui/TODO b/deluge/ui/webui/TODO index c15cd9287..0fd8a6b53 100644 --- a/deluge/ui/webui/TODO +++ b/deluge/ui/webui/TODO @@ -2,7 +2,6 @@ After labels: *templates : remove advanced , rename deluge to classic , result = classic-templ -> no-javascript ; white-templ -> static enhanced with js ; ajax-templ -> json api *white temnplate: add deluge icon. *fix all comments from IRC-nonicknamename2. -*white-template : green-iframe ->make blue 0.6 RC: *Fix IE7 for advanced/white template. @@ -27,4 +26,5 @@ Half-done: Done: *plugin-config + (re)enable webui plugins. +*white-template : green-iframe ->make blue diff --git a/deluge/ui/webui/templates/white/template_style.css b/deluge/ui/webui/templates/white/template_style.css index 96d58ab2f..05b5189be 100644 --- a/deluge/ui/webui/templates/white/template_style.css +++ b/deluge/ui/webui/templates/white/template_style.css @@ -205,14 +205,25 @@ div.progress_bar{ width:100%; margin-top:20px; border-style:solid; - /*border-width:2 2 0 0;*/ - border-width:2 2 2 12; - border-color:#74DD82; + /*old-green: + border-width:2 2 0 0; + border-width:2 2 2 12;*/ + /*new-blue:*/ + border-width:2px 2px 2px 12px; + border-color:#C3D9FF; + + -moz-border-radius:5px; /*float: right;*/ } #torrent_info_tabs { + /*old-green background-color:#B5EDBC + */ + /*new-blue:*/ + background-color:#E0ECFF; + + } #torrent_info tr.head{