Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Added secure-icon to authentificate.html;
Browse files Browse the repository at this point in the history
  • Loading branch information
oviska committed Apr 8, 2016
1 parent 251a0e2 commit 849b9ea
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
43 changes: 43 additions & 0 deletions source/public/drawable/secure-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions source/public/style/wyliodrin.less
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ md-input-container {font-size:16px;}
}


.s14 {width:14px; height:14px;}

.icon-btn{
background:#27292a !important;
text-transform:none;
Expand Down
5 changes: 3 additions & 2 deletions source/public/views/authenticate.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ <h2>{{ 'AUTHENTICATE_ConnectToAddress' | translate }}</h2>
md-autofocus="device.username.length > 0">
</md-input-container>
<md-checkbox ng-hide="device.category" ng-model="device.secure" arial-label="{{ 'USER_SecureConnection' | translate }}">
{{ 'USER_SecureConnection' | translate }}
</md-checkbox>
<md-icon md-svg-src="/public/drawable/secure-icon.svg" class="s14" ></md-icon>
{{ 'USER_SecureConnection' | translate }}
</md-checkbox>
</md-content>
</md-dialog-content>

Expand Down

0 comments on commit 849b9ea

Please sign in to comment.