Bug #13785
Narrow toolbar in IE7
| Status: | New | Start date: | 2011-03-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Narrow toolbar displays button texts in IE7
FIX: add "text-transform: capitalize;" in css class:
div.feEditAdvanced-contentWrapperSmall input.feEditAdvanced-editButton {
width: 20px;
text-indent: 20px;
padding-left: 0;
padding-right: 0;
background-position: 0px 50%;
/* Added row below, fixes text-indent in IE7*/
text-transform: capitalize;
}