Fix styling for buttons with image and text in old etemplate

This commit is contained in:
Hadi Nategh 2016-01-25 09:43:14 +00:00
parent e8469227f6
commit 4eefabc256
3 changed files with 7 additions and 1 deletions

View File

@ -115,6 +115,9 @@ button.et2_button {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
} }
button.et2_button_text {
padding-left: 30px;
}
/** /**
* SEARCH / Suchen * SEARCH / Suchen
*/ */

View File

@ -132,6 +132,9 @@ button.et2_button {
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
} }
button.et2_button_text {
padding-left: 30px;
}

View File

@ -755,7 +755,7 @@ egw_LAB.wait(function() {
} }
else else
{ {
$classes[] = 'et_button_text'; $classes[] = 'et2_button_text';
} }
if (!$no_lang) if (!$no_lang)
{ {