Fixed Css and logo

This commit is contained in:
mauriziovitale84 2016-04-08 11:08:53 +01:00
parent 556246f8d5
commit f981a24f62
2 changed files with 4 additions and 8 deletions

View File

@ -74,6 +74,10 @@
</button>
</form>
<div>
<img classname="nav-logo" src="https://angular.io/resources/images/logos/standard/logo-nav@2x.png" height="50" style="float: left;">
</div>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">

View File

@ -3,7 +3,6 @@
<base href="/">
<title>Angular 2 QuickStart</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--STYLES-->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="app/css/menu.css" rel="stylesheet">
@ -14,13 +13,6 @@
<link rel="stylesheet" href="app/css/theme/navbar.css">
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script>
/* this script must run before Polymer is imported */
window.Polymer = {
dom: 'shadow',
lazyRegister: true
};
</script>
<!--ALFRESCO CUSTOM WEBCOMPONENTS-->
<link rel="import" href="webcomponents/file-upload/file-upload.html">