diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:05:20 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:05:20 -0800 |
commit | beb63a83804e57050a23b3a90ebed93be41b6769 (patch) | |
tree | 992877365f08f9bb39af1a405cd25f1c0c950f32 /modules/tag/css | |
parent | f102693966824cf1bc1421282d89f1ee2318ed9e (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.css | 4 |
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 +} |