diff --git a/src/app/dashboard/add-data.component.html b/src/app/dashboard/add-data.component.html index 8f73ecc..3a64384 100644 --- a/src/app/dashboard/add-data.component.html +++ b/src/app/dashboard/add-data.component.html @@ -1,16 +1,22 @@
-
+
- Submit Transaction + Record Transaction Required Data marked in bold.
- + Enter the date and time the transaction occurred.
@@ -21,7 +27,7 @@
- Enter the amount spent, such as 5.35 for £5.35. + Enter the amount spent, such as ‘5.35’ for £5.35.
@@ -29,7 +35,7 @@
- + Tick if the purchase is deemed an essential purchase for budgeting purposes.
@@ -38,7 +44,7 @@
- + Tick if the purchase frequently recurs, such as monthly.
diff --git a/src/app/dashboard/dashboard.routing.ts b/src/app/dashboard/dashboard.routing.ts index 6d554ef..9a8d5fe 100644 --- a/src/app/dashboard/dashboard.routing.ts +++ b/src/app/dashboard/dashboard.routing.ts @@ -48,7 +48,7 @@ const routes: Routes = [ { path: 'add-data', component: AddDataComponent, - data: { title: 'Add Transaction' }, + data: { title: 'Record Transaction' }, }, { path: 'leaderboard', @@ -85,7 +85,7 @@ const routes: Routes = [ { path: 'feedback', component: FeedbackComponent, - data: { title: 'Give Feedback' }, + data: { title: 'Submit Feedback' }, }, { path: 'suppliers', diff --git a/src/app/dashboard/feedback.component.html b/src/app/dashboard/feedback.component.html index dd844e6..431a548 100644 --- a/src/app/dashboard/feedback.component.html +++ b/src/app/dashboard/feedback.component.html @@ -1,9 +1,9 @@
-
+
- Submit Transaction + Submit Feedback Required Data marked in bold.
diff --git a/src/app/dashboard/more-graphs-and-tables.component.html b/src/app/dashboard/more-graphs-and-tables.component.html index 73cef98..307f1a6 100644 --- a/src/app/dashboard/more-graphs-and-tables.component.html +++ b/src/app/dashboard/more-graphs-and-tables.component.html @@ -27,7 +27,7 @@ - + diff --git a/src/app/dashboard/suppliers.component.html b/src/app/dashboard/suppliers.component.html index 6543598..20c0bf4 100644 --- a/src/app/dashboard/suppliers.component.html +++ b/src/app/dashboard/suppliers.component.html @@ -1,6 +1,6 @@
-
+

Search Suppliers

@@ -20,7 +20,7 @@
-
+

List of Suppliers

diff --git a/src/app/layouts/full-layout.component.html b/src/app/layouts/full-layout.component.html index 7dec667..20494ce 100644 --- a/src/app/layouts/full-layout.component.html +++ b/src/app/layouts/full-layout.component.html @@ -38,19 +38,25 @@
- + + +
+ + + +
+ +
diff --git a/src/scss/bootstrap/_button-group.scss b/src/scss/bootstrap/_button-group.scss index d4c79ab..644f2be 100644 --- a/src/scss/bootstrap/_button-group.scss +++ b/src/scss/bootstrap/_button-group.scss @@ -11,6 +11,7 @@ position: relative; flex: 0 1 auto; margin-bottom: 0; + cursor: pointer; // Bring the hover, focused, and "active" buttons to the fron to overlay // the borders properly diff --git a/src/scss/bootstrap/_buttons.scss b/src/scss/bootstrap/_buttons.scss index 05c54e4..42daffe 100644 --- a/src/scss/bootstrap/_buttons.scss +++ b/src/scss/bootstrap/_buttons.scss @@ -32,10 +32,12 @@ @include box-shadow(none); } - &:active, - &.active { - background-image: none; - @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow); + :enabled { + &:active, + &.active { + background-image: none; + @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow); + } } } diff --git a/src/scss/bootstrap/_card.scss b/src/scss/bootstrap/_card.scss index 7be2aaf..5f2d2f8 100644 --- a/src/scss/bootstrap/_card.scss +++ b/src/scss/bootstrap/_card.scss @@ -70,6 +70,10 @@ &:first-child { @include border-radius($card-border-radius-inner $card-border-radius-inner 0 0); } + + small { + padding-left: 1em; + } } .card-footer { diff --git a/src/scss/bootstrap/_input-group.scss b/src/scss/bootstrap/_input-group.scss index 0b668bf..f238f70 100644 --- a/src/scss/bootstrap/_input-group.scss +++ b/src/scss/bootstrap/_input-group.scss @@ -23,6 +23,16 @@ z-index: 3; } } + + input[type="radio"], + input[type="checkbox"] { + cursor: pointer; + } +} + +.help-block { + font-size: 0.8em; + font-style: italic; } .input-group-addon, diff --git a/src/scss/bootstrap/_tables.scss b/src/scss/bootstrap/_tables.scss index 36c3dab..9814f23 100644 --- a/src/scss/bootstrap/_tables.scss +++ b/src/scss/bootstrap/_tables.scss @@ -80,6 +80,8 @@ .table-hover { tbody tr { + cursor: pointer; + @include hover { background-color: $table-bg-hover; }
WardType Amount of Transactions Sum of Transactions