mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Fixed Css and logo
This commit is contained in:
parent
556246f8d5
commit
f981a24f62
@ -74,6 +74,10 @@
|
|||||||
</button>
|
</button>
|
||||||
</form>
|
</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">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
<base href="/">
|
<base href="/">
|
||||||
<title>Angular 2 QuickStart</title>
|
<title>Angular 2 QuickStart</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<!--STYLES-->
|
|
||||||
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
|
<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="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="app/css/menu.css" rel="stylesheet">
|
<link href="app/css/menu.css" rel="stylesheet">
|
||||||
@ -14,13 +13,6 @@
|
|||||||
<link rel="stylesheet" href="app/css/theme/navbar.css">
|
<link rel="stylesheet" href="app/css/theme/navbar.css">
|
||||||
|
|
||||||
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
<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-->
|
<!--ALFRESCO CUSTOM WEBCOMPONENTS-->
|
||||||
<link rel="import" href="webcomponents/file-upload/file-upload.html">
|
<link rel="import" href="webcomponents/file-upload/file-upload.html">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user