CORD GUI -- Logo and favicon changed.
Change-Id: I70c0340c7eddc3c902192d1c8d954802f194d905
Showing
5 changed files
with
4 additions
and
16 deletions
| ... | @@ -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"> | ... | ... |
5.61 KB
35.5 KB
-
Please register or login to post a comment