Align middle the icon

This commit is contained in:
Yannick Torres
2011-07-21 19:29:45 +00:00
parent 9ebdbedda4
commit c61ab3ea46
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15464,9 +15464,9 @@ ui.cmp._PortletInfo.typeRenderer = function(value, md, record)
img = '';
if( authService == 'google' ) {
img = '<img src="themes/img/google.png"> ';
img = '<img src="themes/img/google.png" style="vertical-align: middle;"> ';
} else if( authService == 'facebook' ) {
img = '<img src="themes/img/icon_facebook.png"> ';
img = '<img src="themes/img/icon_facebook.png" style="vertical-align: middle;"> ';
}
return img + String.format(
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -83,9 +83,9 @@ ui.cmp._PortletInfo.typeRenderer = function(value, md, record)
img = '';
if( authService == 'google' ) {
img = '<img src="themes/img/google.png"> ';
img = '<img src="themes/img/google.png" style="vertical-align: middle;"> ';
} else if( authService == 'facebook' ) {
img = '<img src="themes/img/icon_facebook.png"> ';
img = '<img src="themes/img/icon_facebook.png" style="vertical-align: middle;"> ';
}
return img + String.format(