change terms view and taking out auto capitalize in join and create view when writting wallet seeds and passphrase
This commit is contained in:
parent
677253b0dc
commit
6746180782
5 changed files with 31 additions and 6 deletions
|
|
@ -1175,6 +1175,21 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
}
|
||||
|
||||
/*/////////////////////////////////////////////////*/
|
||||
.terms {
|
||||
padding: 0.8rem;
|
||||
}
|
||||
|
||||
.terms ul {
|
||||
font-size: 0.8rem;
|
||||
text-align: justify;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.terms li {
|
||||
list-style-type:none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.scrollArea {
|
||||
height: 280px;
|
||||
overflow: scroll;
|
||||
|
|
|
|||
8
src/js/controllers/termOfUse.js
Normal file
8
src/js/controllers/termOfUse.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('termOfUseController',
|
||||
function($scope, uxLanguage) {
|
||||
|
||||
$scope.lang = uxLanguage.currentLanguage;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue