Skip to content

Commit eb41716

Browse files
refactoring
1 parent 0ab1e7d commit eb41716

File tree

3 files changed

+38
-42
lines changed

3 files changed

+38
-42
lines changed

app/tabs/calendar/date-range-cost-list/calendar-date-range-cost-list.component.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.cost-list-view
2-
{
1+
.cost-list-view {
32
margin-top: 30;
43
}
54

app/tabs/calendar/date-range/calendar-date-range.component.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
#date-picker-from
2-
{
1+
#date-picker-from {
32
height: 200;
43
}
54

6-
#date-picker-to
7-
{
5+
#date-picker-to {
86
height: 200;
97
}
108

11-
.btn-filter
12-
{
9+
.btn-filter {
1310
margin-left: 75;
1411
margin-right: 75;
1512
background-color: #7ada2f;
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<ActionBar title="Edit Cost"
2-
class="action-bar">
3-
<ActionItem ios.position="left"
4-
android.position="left"
5-
(tap)="onCancelButtonTap()">
6-
<Label text="Cancel"
7-
class="action-item"></Label>
8-
</ActionItem>
9-
<ActionItem ios.position="right"
10-
android.position="right"
11-
(tap)="onDoneButtonTap()">
12-
<Label text="Done"
13-
class="action-item"></Label>
14-
</ActionItem>
15-
</ActionBar>
16-
17-
<StackLayout orientation="vertical">
18-
<GridLayout class="row"
19-
columns="80, *"
20-
rows="50">
21-
<Label text="Quantity"
22-
col="0"></Label>
23-
<TextField [(ngModel)]="cost.quantity"
24-
col="1"></TextField>
25-
</GridLayout>
26-
<GridLayout class="row"
27-
columns="80, *"
28-
rows="50">
29-
<Label text="Tag"
30-
col="0"></Label>
31-
<TextField [(ngModel)]="cost.type"
32-
col="1"></TextField>
33-
</GridLayout>
34-
</StackLayout>
1+
<ActionBar title="Edit Cost"
2+
class="action-bar">
3+
<ActionItem ios.position="left"
4+
android.position="left"
5+
(tap)="onCancelButtonTap()">
6+
<Label text="Cancel"
7+
class="action-item"></Label>
8+
</ActionItem>
9+
<ActionItem ios.position="right"
10+
android.position="right"
11+
(tap)="onDoneButtonTap()">
12+
<Label text="Done"
13+
class="action-item"></Label>
14+
</ActionItem>
15+
</ActionBar>
16+
17+
<StackLayout orientation="vertical">
18+
<GridLayout class="row"
19+
columns="80, *"
20+
rows="50">
21+
<Label text="Quantity"
22+
col="0"></Label>
23+
<TextField [(ngModel)]="cost.quantity"
24+
col="1"></TextField>
25+
</GridLayout>
26+
<GridLayout class="row"
27+
columns="80, *"
28+
rows="50">
29+
<Label text="Tag"
30+
col="0"></Label>
31+
<TextField [(ngModel)]="cost.type"
32+
col="1"></TextField>
33+
</GridLayout>
34+
</StackLayout>

0 commit comments

Comments
 (0)