Bri Prebilic Cole

CORD GUI -- Logo and favicon changed.

Change-Id: I70c0340c7eddc3c902192d1c8d954802f194d905
...@@ -38,11 +38,8 @@ div.mast { ...@@ -38,11 +38,8 @@ div.mast {
38 width: 37%; 38 width: 37%;
39 } 39 }
40 40
41 -.mast h1 { 41 +.mast img {
42 - font-size: 250%; 42 + width: 220px;
43 - text-decoration: none;
44 - color: #3C3C3C;
45 - cursor: default;
46 } 43 }
47 44
48 .mast a, 45 .mast a,
...@@ -51,15 +48,6 @@ div.mast { ...@@ -51,15 +48,6 @@ div.mast {
51 color: #3C3C3C; 48 color: #3C3C3C;
52 } 49 }
53 50
54 -.mast svg {
55 - position: absolute;
56 - top: -1px;
57 - left: 106px;
58 -}
59 -.mast g.icon use.glyph.bird {
60 - fill: #CE5650;
61 -}
62 -
63 .mast li.logout { 51 .mast li.logout {
64 list-style-type: none; 52 list-style-type: none;
65 position: absolute; 53 position: absolute;
......
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
2 2
3 <div class="mast" ng-controller="CordMastCtrl"> 3 <div class="mast" ng-controller="CordMastCtrl">
4 <div class="left"> 4 <div class="left">
5 - <h1>CORD</h1> 5 + <img src="/imgs/logo.png">
6 - <icon size="30" id="bird"></icon>
7 </div> 6 </div>
8 7
9 <div class="right"> 8 <div class="right">
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
18 <html> 18 <html>
19 <head> 19 <head>
20 <meta charset="utf-8"> 20 <meta charset="utf-8">
21 + <link rel="shortcut icon" href="imgs/bird.png">
21 22
22 <title>CORD Subscriber Portal</title> 23 <title>CORD Subscriber Portal</title>
23 24
......