diff options
Diffstat (limited to 'admin/template/goto/default-layout.css')
-rw-r--r-- | admin/template/goto/default-layout.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index 2132f657b..74d3790df 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -39,6 +39,21 @@ TABLE#detailedStats { width: 99%; } +/* Plugins tables */ +TABLE.table2 TR TD.pluginState { + padding-left: 16px; +} + +TABLE.table2 TR TD.active { + background: url(icon/plugin_active.gif) no-repeat center left; + background-color: inherit; /* IE need it */ +} + +TABLE.table2 TR TD.inactive { + background: url(icon/plugin_inactive.gif) no-repeat center left; + background-color: inherit; /* IE need it */ +} + /* categoryOrdering */ SELECT.categoryList { width: 100%; |