buttons have extra padding in IE7

Bug #969331 reported by sabel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Spreact
Won't Fix
Undecided
Sven

Bug Description

IE7 adds extra padding to buttons. To get rid of that, you can use this small fix.
The *-hack ensures that it only affects IE7 and below.
You could also add an extra stylesheet via conditional comments for IE7 and below to separate the code and avoid hacks.

button {
 *overflow: visible;
}

Tags: css ie7

Related branches

Revision history for this message
sabel (sabel) wrote :
tags: added: css
tags: added: ie7
Sven (noya)
Changed in spreact:
assignee: nobody → Sven (noya)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Sven (noya) wrote :

Thank you for your report!

Because of the problematic behaviour of IE7 concerning web standards, we decided to drop support for this browser. See also the new "Browser Support and Technologies" section in the Developer's Guide: https://bazaar.launchpad.net/~noya/spreact/trunk/view/head:/doc/developer.txt

Changed in spreact:
importance: Low → Undecided
status: Confirmed → Won't Fix
Sven (noya)
summary: - IE7 fix for buttons
+ buttons have extra padding in IE7
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.