forked from extern/egroupware
remove et2_button_text class from old eTemplate buttons, as it only caused unnecessary left-padding of buttons without image
This commit is contained in:
parent
40cb207afa
commit
0a2b861af9
@ -753,10 +753,6 @@ egw_LAB.wait(function() {
|
||||
$image = ' src="'.$path.'"';
|
||||
$classes[] = 'image_button';
|
||||
}
|
||||
else
|
||||
{
|
||||
$classes[] = 'et2_button_text';
|
||||
}
|
||||
if (!$no_lang)
|
||||
{
|
||||
$label = lang($label);
|
||||
|
Loading…
Reference in New Issue
Block a user