diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-27 21:59:46 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-27 21:59:46 +0000 |
commit | 9a15f40a8554bcb2695007eb1af60ae2e2706d4c (patch) | |
tree | eb4c17f85e68f65451f87fe670b841a0da7501a6 /admin/themes/default/theme.css | |
parent | a843760442133882060d35fb7829e48a6f7147a1 (diff) |
feature:2269 merge r10648&r10649 from trunk
git-svn-id: http://piwigo.org/svn/branches/2.2@10650 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index bb645c256..e3cab2eff 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -215,9 +215,10 @@ LI.menuLi { FORM#catModify TABLE { width: auto; } -FIELDSET.elementEdit A { +FIELDSET.elementEdit .thumb { display: block; float: right; + text-align: center; } TABLE.doubleSelect { |