diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 08:48:35 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 08:48:35 +0000 |
commit | 6161920ac0365353670702ffe0ded1021f765047 (patch) | |
tree | 3be213b0fa580c5392266bf6673b7c43a0d882c8 /admin/template/goto | |
parent | 245d0f1a7d5f670c82a07f5ebb64a316070edf77 (diff) |
Special > History > Search
-"Submit" button should be aligned with "Image Id" input
- Column titles need caps (Time, User, Element Type ...)
Translators: (Only English and French are updated)
git-svn-id: http://piwigo.org/svn/branches/2.0@2933 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index 05ca38cf1..90abf29bc 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -374,7 +374,7 @@ FORM.filter FIELDSET P } FORM.filter INPUT[type="submit"] { - margin-top: 5px; + margin-top: 1.8em; } FORM.properties UL, FORM#update UL { |