summaryrefslogtreecommitdiff
path: root/modules/tag/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-06 23:05:20 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-06 23:05:20 -0800
commitbeb63a83804e57050a23b3a90ebed93be41b6769 (patch)
tree992877365f08f9bb39af1a405cd25f1c0c950f32 /modules/tag/css
parentf102693966824cf1bc1421282d89f1ee2318ed9e (diff)
Clean up the In place edit api:
1) Only allow 1 in place edit to be active at a time (gets around the issue of using an id to identify the form 2) remove the add_ prefix from some of the api methods 3) clean up inconsistent naming
Diffstat (limited to 'modules/tag/css')
-rw-r--r--modules/tag/css/tag.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css
index 03ed444b..6d6438e3 100644
--- a/modules/tag/css/tag.css
+++ b/modules/tag/css/tag.css
@@ -91,6 +91,6 @@
padding: .1em 0 .2em 0;
}
-#g-rename-tag-form ul {
+#g-tag-admin form ul {
margin-bottom: 0;
-} \ No newline at end of file
+}