When using German language, the labeling of the buttons does not fit into the button space.
Hi,
not at the moment. But should be visible immediately, if you switch to German in the admin section.
For example: if you try to add a product then the labeling/words of the buttons "Aktualisieren" (=Update), "Speichern" (=Save), and "Abbrechen" (=Cancel) are too long to fit into the button space.
André
not at the moment. But should be visible immediately, if you switch to German in the admin section.
For example: if you try to add a product then the labeling/words of the buttons "Aktualisieren" (=Update), "Speichern" (=Save), and "Abbrechen" (=Cancel) are too long to fit into the button space.
André
It's a simple fix for Firefox
Edit admin/template/default/css/default.css
Change width to min-width under:
Of course that blows up IE5, IE6, & IE7 and I've not found a suitable fix for that unless we use a table instead of div.
Edit admin/template/default/css/default.css
Change width to min-width under:
Code: Select all
.task .enabled, .task .disabled, .hover {
float: left;
[color=red]min-[/color]width: 50px;
height: 50px;
margin: 3px 2px;
text-align: center;
}
Since its a display thing that varies by language, and since IE6 & 7 are completely useless
The only fix we can offer is for the store owner to manually set the width to something higher like 100px. That should leave ample room for most languages.
The plan is to leave it at 50px for the default though. So no bug.
The only fix we can offer is for the store owner to manually set the width to something higher like 100px. That should leave ample room for most languages.
Code: Select all
.task .enabled, .task .disabled, .hover {
float: left;
width: [color=red]100px[/color];
height: 50px;
margin: 3px 2px;
text-align: center;
}
Who is online
Users browsing this forum: No registered users and 1 guest