Post by planetgroove » Mon Oct 27, 2008 10:34 pm

When using German language, the labeling of the buttons does not fit into the button space.

http://www.planetgroove.com


New member

Posts

Joined
Sun Oct 26, 2008 12:18 am


Post by hm2k » Mon Oct 27, 2008 11:49 pm

Can you provide a screenshot?

UK Web Hosting


User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK

Post by planetgroove » Tue Oct 28, 2008 12:00 am

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é

http://www.planetgroove.com


New member

Posts

Joined
Sun Oct 26, 2008 12:18 am


Post by Qphoria » Tue Oct 28, 2008 1:31 am

It's a simple fix for Firefox

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;
}
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.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Tue Oct 28, 2008 2:12 am

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.

Code: Select all

.task .enabled, .task .disabled, .hover {
	float: left;
	width: [color=red]100px[/color];
	height: 50px;
	margin: 3px 2px;
	text-align: center;
}
The plan is to leave it at 50px for the default though. So no bug.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 1 guest