diff --git a/src/app/dashboard/add-data.component.html b/src/app/dashboard/add-data.component.html index 8f73ecc..9b85ce3 100644 --- a/src/app/dashboard/add-data.component.html +++ b/src/app/dashboard/add-data.component.html @@ -1,6 +1,6 @@
-
+
Submit Transaction @@ -21,7 +21,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 +29,7 @@
- + Tick if the purchase is deemed an essential purchase for budgeting purposes.
@@ -38,7 +38,7 @@
- + Tick if the purchase frequently recurs, such as monthly.
diff --git a/src/app/dashboard/feedback.component.html b/src/app/dashboard/feedback.component.html index dd844e6..7b4e216 100644 --- a/src/app/dashboard/feedback.component.html +++ b/src/app/dashboard/feedback.component.html @@ -1,6 +1,6 @@
-
+
Submit Transaction 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/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