mirror of
https://github.com/php/web-doc-editor.git
synced 2026-04-27 11:13:27 +02:00
Align middle the icon
This commit is contained in:
@@ -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
File diff suppressed because one or more lines are too long
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user