diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-07-24 19:14:39 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-07-24 19:14:39 +0000 |
commit | 81e869eaa0f9df8f138f4c837099b0f624e93bef (patch) | |
tree | 5524fb77db6f311038bf339a91cf99cdd5530e47 /themes/default/fix-ie7.css | |
parent | 9ecbc019f4e814424b595cd6ed7a80c1e48c0cd2 (diff) |
fix checkbox of selected derivative on index page when a plugin overrides the default value (merge from 2.4 to trunk)
git-svn-id: http://piwigo.org/svn/trunk@16986 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/fix-ie7.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/fix-ie7.css b/themes/default/fix-ie7.css index 73868ff62..479f39f7a 100644 --- a/themes/default/fix-ie7.css +++ b/themes/default/fix-ie7.css @@ -15,8 +15,7 @@ .thumbnails .wrap2 IMG { position: relative; - top: -50%; - margin-top: 2%; + top: -50%; } .pwg-icon { |