mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 03:09:13 +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()}
|
return {'enabled_plugins':plugins.get_enabled_plugins()}
|
||||||
|
|
||||||
def save(self, data):
|
def save(self, data):
|
||||||
log.debug()
|
log.debug(data)
|
||||||
for plugin_name in data['enabled_plugins']:
|
for plugin_name in data['enabled_plugins']:
|
||||||
plugins.enable_plugin(plugin_name)
|
plugins.enable_plugin(plugin_name)
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ avoid copy and pase of colours.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*global:*/
|
/*global:*/
|
||||||
body, th, td,tr , div,table , div{
|
body, th, td,tr , div,table , div{
|
||||||
font-family: Bitstream Vera Sans, verdana, arial, sans-serif;
|
font-family: Bitstream Vera Sans, verdana, arial, sans-serif;
|
||||||
@ -138,7 +137,7 @@ h3 {
|
|||||||
|
|
||||||
#organize_state li.selected {
|
#organize_state li.selected {
|
||||||
background-color:#C3D9FF;
|
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{
|
#torrent_list_block{
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-width:2 2 2 12;
|
border-width:2px 2px 2px 12px;
|
||||||
border-color:#C3D9FF;
|
border-color:#C3D9FF;
|
||||||
-moz-border-radius:5px;
|
-moz-border-radius:5px;
|
||||||
height:400px;
|
height:400px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user