diff options
author | Gotcha <gotcha@piwigo.org> | 2011-10-23 21:07:11 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2011-10-23 21:07:11 +0000 |
commit | edb2a987af123667e99d6769cc4a9361dc54227f (patch) | |
tree | 854149ead5bf60ee327fe2c83a530c9a5095ae80 /themes/default | |
parent | 6c4121546cee1e57d2bf206cb6ecfdb81f43b002 (diff) |
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
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/fix-ie7.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |