aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/goto/default-layout.css')
-rw-r--r--admin/template/goto/default-layout.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css
index 74d3790df..52b8befae 100644
--- a/admin/template/goto/default-layout.css
+++ b/admin/template/goto/default-layout.css
@@ -40,20 +40,31 @@ TABLE#detailedStats {
}
/* Plugins tables */
-TABLE.table2 TR TD.pluginState {
- padding-left: 16px;
-}
+TABLE.plugins a { border: 0; }
+TABLE.plugins TR TD { padding: 4px 10px; }
+TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
-TABLE.table2 TR TD.active {
+TABLE.plugins TR TD.active {
background: url(icon/plugin_active.gif) no-repeat center left;
background-color: inherit; /* IE need it */
}
-TABLE.table2 TR TD.inactive {
+TABLE.plugins TR TD.inactive {
background: url(icon/plugin_inactive.gif) no-repeat center left;
background-color: inherit; /* IE need it */
}
+TABLE.plugins ul.pluginsActions {
+ float: left;
+ padding: 0;
+ margin: 0;
+ width: 60px;
+ list-style: none;
+ text-align: center;
+}
+
+TABLE.plugins ul.pluginsActions li { display: inline; }
+
/* categoryOrdering */
SELECT.categoryList {
width: 100%;