forked from extern/egroupware
Fix styling for buttons with image and text in old etemplate
This commit is contained in:
parent
e8469227f6
commit
4eefabc256
@ -115,6 +115,9 @@ button.et2_button {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
button.et2_button_text {
|
||||
padding-left: 30px;
|
||||
}
|
||||
/**
|
||||
* SEARCH / Suchen
|
||||
*/
|
||||
|
@ -132,6 +132,9 @@ button.et2_button {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
button.et2_button_text {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -755,7 +755,7 @@ egw_LAB.wait(function() {
|
||||
}
|
||||
else
|
||||
{
|
||||
$classes[] = 'et_button_text';
|
||||
$classes[] = 'et2_button_text';
|
||||
}
|
||||
if (!$no_lang)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user