diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-09 16:25:29 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-09 16:25:29 +0000 |
commit | f5acf36b96866855b8f8cadba101ccbb3226a4c3 (patch) | |
tree | 038a89a70bb84286ca6f516094dca4e93be72cfd /template/yoga/admin/default-layout.css | |
parent | e40f590bbd3b2cc1a6c41e7ccf5f05c0e92b65d5 (diff) |
improve layout of cat_move admin page an change the id of cat_modify form
git-svn-id: http://piwigo.org/svn/trunk@1454 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/default-layout.css')
-rw-r--r-- | template/yoga/admin/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index 64276df26..227fa0ded 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -70,7 +70,7 @@ FORM#categoryOrdering UL.categoryActions { } /* */ -FORM#cat_modify TABLE { width: auto; } +FORM#catModify TABLE { width: auto; } FIELDSET.elementEdit A { display: block; |