File tree Expand file tree Collapse file tree 8 files changed +51
-33
lines changed
tabs/calendar/date-range-cost-list Expand file tree Collapse file tree 8 files changed +51
-33
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ TextField {
20
20
width : 100% ;
21
21
text-align : center;
22
22
font-size : 40pt ;
23
- border : 1pt solid silver;
24
23
}
25
24
26
25
.value-label {
Original file line number Diff line number Diff line change 52
52
class ="info-edit-label "> </ Label >
53
53
< TextField [text] ="budgetService.budget "
54
54
keyboardType ="number "
55
- #editBudgetTextField
56
- keyboardType ="number "> </ TextField >
55
+ #editBudgetTextField > </ TextField >
57
56
</ StackLayout >
58
57
</ StackLayout >
59
58
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ export class BudgetComponent {
39
39
40
40
onCancelButtonTap ( ) {
41
41
this . state = 'read' ;
42
- this . routerExtensions . back ( ) ;
43
42
}
44
43
45
44
onBackTap ( ) {
Original file line number Diff line number Diff line change 1
- .login-view
2
- {
1
+ .container {
3
2
padding-left : 40 ;
4
3
padding-right : 40 ;
5
4
}
6
5
7
- .btn-login
8
- {
6
+ .group {
7
+ padding : 5pt ;
8
+ }
9
+
10
+ .btn-login {
9
11
background-color : # 7ada2f ;
10
12
color : aliceblue;
13
+ margin-bottom : 7pt ;
11
14
}
Original file line number Diff line number Diff line change 1
1
< ActionBar title ="Money Tracker "
2
- class ="action-bar ">
2
+ class ="action-bar ">
3
3
</ ActionBar >
4
4
5
- < StackLayout verticalAlignment ="center " class ="login-view " >
6
- < StackLayout >
7
- < Label text ="Email " class ="label font-weight-bold m-b-5 "> </ Label >
8
- < TextField keyboardType ="email "autocorrect ="false "> </ TextField >
9
- </ StackLayout >
10
- < StackLayout class ="input-field ">
11
- < Label text ="Password " class ="label font-weight-bold m-b-5 "> </ Label >
12
- < TextField secure ="true "> </ TextField >
13
- </ StackLayout >
14
- < Button text ="Login " class ="btn-login " (tap) ="login() "> </ Button >
15
- < Label [nsRouterLink] ="['/register'] " text ="Not a member? Register here. " class ="text-center footnote "> </ Label >
5
+ < StackLayout verticalAlignment ="center "
6
+ class ="container ">
7
+ < StackLayout class ="group ">
8
+ < Label text ="Email "
9
+ class ="label font-weight-bold m-b-5 "> </ Label >
10
+ < TextField keyboardType ="email "
11
+ autocorrect ="false "> </ TextField >
12
+ </ StackLayout >
13
+ < StackLayout class ="group ">
14
+ < Label text ="Password "
15
+ class ="label font-weight-bold m-b-5 "> </ Label >
16
+ < TextField secure ="true "> </ TextField >
17
+ </ StackLayout >
18
+ < StackLayout class ="group ">
19
+ < Button text ="Login "
20
+ class ="btn-login "
21
+ (tap) ="login() "> </ Button >
22
+ < Label [nsRouterLink] ="['/register'] "
23
+ text ="Not a member? Register here. "
24
+ class ="text-center footnote "> </ Label >
25
+ </ StackLayout >
16
26
</ StackLayout >
Original file line number Diff line number Diff line change 1
- .register-view
2
- {
1
+ .container {
3
2
padding-left : 50 ;
4
3
padding-right : 50 ;
5
4
}
6
5
7
- .btn-register
8
- {
6
+ .btn-register {
9
7
background-color : # 7ada2f ;
10
8
color : aliceblue;
11
9
}
Original file line number Diff line number Diff line change 1
- < ActionBar title ="Register " class ="action-bar ">
1
+ < ActionBar title ="Register "
2
+ class ="action-bar ">
2
3
</ ActionBar >
3
4
4
- < StackLayout verticalAlignment ="center " class ="register-view " >
5
- < Label text ="Name " class ="label font-weight-bold m-b-5 "> </ Label >
5
+ < StackLayout verticalAlignment ="center "
6
+ class ="container " >
7
+ < Label text ="Name "
8
+ class ="label font-weight-bold m-b-5 "> </ Label >
6
9
< TextField > </ TextField >
7
- < Label text ="Surname " class ="label font-weight-bold m-b-5 "> </ Label >
10
+ < Label text ="Surname "
11
+ class ="label font-weight-bold m-b-5 "> </ Label >
8
12
< TextField > </ TextField >
9
- < Label text ="Login " class ="label font-weight-bold m-b-5 "> </ Label >
13
+ < Label text ="Login "
14
+ class ="label font-weight-bold m-b-5 "> </ Label >
10
15
< TextField > </ TextField >
11
- < Label text ="Email " class ="label font-weight-bold m-b-5 "> </ Label >
16
+ < Label text ="Email "
17
+ class ="label font-weight-bold m-b-5 "> </ Label >
12
18
< TextField > </ TextField >
13
- < Label text ="Password " class ="label font-weight-bold m-b-5 "> </ Label >
19
+ < Label text ="Password "
20
+ class ="label font-weight-bold m-b-5 "> </ Label >
14
21
< TextField secure ="true "> </ TextField >
15
- < Button [nsRouterLink] ="[''] " text ="Register " class ="btn-register "> </ Button >
22
+ < Button [nsRouterLink] ="[''] "
23
+ text ="Register "
24
+ class ="btn-register "> </ Button >
16
25
</ StackLayout >
Original file line number Diff line number Diff line change 1
1
< list [items] ="filteredCosts "> </ list >
2
- < Label text ="Back to 'Calendar' " (tap) ="onTap() "> </ Label >
2
+ < Label text ="Back to 'Calendar' "
3
+ (tap) ="onTap() "> </ Label >
You can’t perform that action at this time.
0 commit comments