Skip to content

Commit 4698f7e

Browse files
committed
Removed unnecessary nuget packages
1 parent fd88b0d commit 4698f7e

File tree

14 files changed

+54
-5445
lines changed

14 files changed

+54
-5445
lines changed
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
body {
2-
padding-top: 80px;
3-
}
4-
.task-description-active {
5-
font-weight: bold;
6-
}
7-
.task-description-completed {
8-
color: #999;
9-
-moz-text-decoration-line: line-through;
10-
text-decoration-line: line-through;
11-
}
12-
.task-assignedto {
13-
font-size: smaller;
14-
}
15-
.task-creationtime {
16-
color: #999;
17-
font-size: smaller;
18-
}
19-
.task-state-icon {
20-
cursor: pointer;
21-
}
1+
/* Common style of the web site */
Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
body {
2-
padding-top: 80px;
3-
}
4-
5-
.task-description-active {
6-
font-weight: bold;
7-
}
8-
9-
.task-description-completed {
10-
color: #999;
11-
-moz-text-decoration-line: line-through;
12-
text-decoration-line: line-through;
13-
}
14-
15-
.task-assignedto {
16-
font-size: smaller;
17-
}
18-
19-
.task-creationtime {
20-
color: #999;
21-
font-size: smaller;
22-
}
23-
24-
.task-state-icon {
25-
cursor: pointer;
26-
}
1+
/* Common style of the web site */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
body{padding-top:80px}.task-description-active{font-weight:bold}.task-description-completed{color:#999;-moz-text-decoration-line:line-through;text-decoration-line:line-through}.task-assignedto{font-size:smaller}.task-creationtime{color:#999;font-size:smaller}.task-state-icon{cursor:pointer}
1+


SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Web/App/Main/styles/main.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
body {
1+
/* Application specific styles */
2+
body {
23
padding-top: 80px;
34
}
5+
.task-description-active {
6+
font-weight: bold;
7+
}
8+
.task-description-completed {
9+
color: #999;
10+
-moz-text-decoration-line: line-through;
11+
text-decoration-line: line-through;
12+
}
13+
.task-assignedto {
14+
font-size: smaller;
15+
}
16+
.task-creationtime {
17+
color: #999;
18+
font-size: smaller;
19+
}
20+
.task-state-icon {
21+
cursor: pointer;
22+
}
23+
/* Angular animations */
424
.shuffle-animation.ng-enter,
525
.shuffle-animation.ng-leave {
626
position: relative;

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Web/App/Main/styles/main.less

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
1-
body {
1+
/* Application specific styles */
2+
3+
body {
24
padding-top: 80px;
35
}
46

7+
.task-description-active {
8+
font-weight: bold;
9+
}
10+
11+
.task-description-completed {
12+
color: #999;
13+
-moz-text-decoration-line: line-through;
14+
text-decoration-line: line-through;
15+
}
16+
17+
.task-assignedto {
18+
font-size: smaller;
19+
}
20+
21+
.task-creationtime {
22+
color: #999;
23+
font-size: smaller;
24+
}
25+
26+
.task-state-icon {
27+
cursor: pointer;
28+
}
29+
30+
/* Angular animations */
31+
532
.shuffle-animation.ng-enter,
633
.shuffle-animation.ng-leave {
734
position: relative;

SimpleTaskSystemSPA_AngularJs_EntityFramework/SimpleTaskSystem.Web/App/Main/styles/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)