aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2011-10-23 21:08:35 +0000
committerGotcha <gotcha@piwigo.org>2011-10-23 21:08:35 +0000
commit0e7b3e22986e3d8c94031f29ebd73d7214936721 (patch)
tree370bd6b6fa6c72b0ad4c2342f0f88c3cb54631fe
parentb955cbb0fa4bc9a6875eff1bc9fd3a30d67718eb (diff)
Merge r12509 from br2.3 to trunk/themes/default/fix-ie7.css
bug:2481 git-svn-id: http://piwigo.org/svn/trunk@12510 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/default/fix-ie7.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/fix-ie7.css b/themes/default/fix-ie7.css
index c72b00748..b7e7fa798 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;
+} \ No newline at end of file