Merge pull request #260 from Alfresco/dev-mvitale-235

Fixed icon position #235
This commit is contained in:
Mario Romano
2016-06-22 12:48:16 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alfresco Angular 2 Login - Demo</title>
<base href="./">

View File

@@ -9,8 +9,8 @@
:host .icon-inline {
position: absolute;
display: block;
top: 25%;
left: 90%;
top: 31%;
left: 82%;
width: 30px;
overflow: hidden;
}