Project

General

Profile

« Previous | Next » 

Revision 58098

Second commit for the new layout provided by the UX team

View differences:

topmenu-dashboard.component.html
17 17
          <div>
18 18
            <a class="uk-icon ng-star-inserted" aria-expanded="false">
19 19
              <svg height="60" width="60">
20
                <circle cx="30" cy="30" r="20" stroke-width="2"></circle>
21
                <text dy=".4em" font-size="1.5em" text-anchor="middle" x="50%" y="50%" class="ng-star-inserted"> {{ parseUsername() }} </text>
20
                <circle cx="30" cy="30" r="20" stroke-width="1"></circle>
21
                <text dy=".4em" font-size="16" text-anchor="middle" x="50%" y="50%" class="ng-star-inserted"> {{ parseUsername() }} </text>
22 22
              </svg>
23
              <i class="material-icons">keyboard_arrow_down</i>
23
              <!--<i class="material-icons">keyboard_arrow_down</i>-->
24 24
            </a>
25 25
            <div class="uk-padding-remove-horizontal ng-star-inserted uk-dropdown" uk-dropdown="mode: click; offset: -2; delay-hide: 0; flip: false; pos: bottom-right">
26 26
              <ul class="uk-nav uk-dropdown-nav">
27 27
                <li>
28
                  <a id="logout">Log out</a>
28
                  <a id="logout" (click)="logout()">Log out</a>
29 29
                </li>
30 30
              </ul>
31 31
            </div><!---->

Also available in: Unified diff