white-templ:green-iframe-->blue

This commit is contained in:
Martijn Voncken 2008-07-05 17:08:20 +00:00
parent 3e3c0f718a
commit 0ebcaa4d9b
2 changed files with 15 additions and 4 deletions

View File

@ -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 *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. *white temnplate: add deluge icon.
*fix all comments from IRC-nonicknamename2. *fix all comments from IRC-nonicknamename2.
*white-template : green-iframe ->make blue
0.6 RC: 0.6 RC:
*Fix IE7 for advanced/white template. *Fix IE7 for advanced/white template.
@ -27,4 +26,5 @@ Half-done:
Done: Done:
*plugin-config + (re)enable webui plugins. *plugin-config + (re)enable webui plugins.
*white-template : green-iframe ->make blue

View File

@ -205,14 +205,25 @@ div.progress_bar{
width:100%; width:100%;
margin-top:20px; margin-top:20px;
border-style:solid; border-style:solid;
/*border-width:2 2 0 0;*/ /*old-green:
border-width:2 2 2 12; border-width:2 2 0 0;
border-color:#74DD82; border-width:2 2 2 12;*/
/*new-blue:*/
border-width:2px 2px 2px 12px;
border-color:#C3D9FF;
-moz-border-radius:5px; -moz-border-radius:5px;
/*float: right;*/ /*float: right;*/
} }
#torrent_info_tabs { #torrent_info_tabs {
/*old-green
background-color:#B5EDBC background-color:#B5EDBC
*/
/*new-blue:*/
background-color:#E0ECFF;
} }
#torrent_info tr.head{ #torrent_info tr.head{