mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 18:29:12 +00:00
webui: minor css
This commit is contained in:
parent
f78d794079
commit
85d9e6ceb8
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user