From edb2a987af123667e99d6769cc4a9361dc54227f Mon Sep 17 00:00:00 2001 From: Gotcha Date: Sun, 23 Oct 2011 21:07:11 +0000 Subject: The stars (score) are shifted in IE7 bug:2481 git-svn-id: http://piwigo.org/svn/branches/2.3@12509 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/fix-ie7.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/fix-ie7.css b/themes/default/fix-ie7.css index c72b00748..3aeba5d38 100644 --- a/themes/default/fix-ie7.css +++ b/themes/default/fix-ie7.css @@ -22,3 +22,7 @@ .pwg-icon { display: block; } + +INPUT[type='submit'] { + text-indent: 0px !important; +} -- cgit v1.2.3