webui: minor css

This commit is contained in:
Martijn Voncken 2008-03-18 20:32:01 +00:00
parent f78d794079
commit 85d9e6ceb8
2 changed files with 3 additions and 4 deletions

View File

@ -103,7 +103,7 @@ class WebUiPlugins(forms.Form):
return {'enabled_plugins':plugins.get_enabled_plugins()}
def save(self, data):
log.debug()
log.debug(data)
for plugin_name in data['enabled_plugins']:
plugins.enable_plugin(plugin_name)

View File

@ -5,7 +5,6 @@ avoid copy and pase of colours.
*/
/*global:*/
body, th, td,tr , div,table , div{
font-family: Bitstream Vera Sans, verdana, arial, sans-serif;
@ -138,7 +137,7 @@ h3 {
#organize_state li.selected {
background-color:#C3D9FF;
-moz-border-radius:5 0 0 5;
-moz-border-radius:5px 0px 0px 5px;
}
@ -149,7 +148,7 @@ h3 {
#torrent_list_block{
border-style:solid;
border-width:2 2 2 12;
border-width:2px 2px 2px 12px;
border-color:#C3D9FF;
-moz-border-radius:5px;
height:400px;