Skip to content

Commit

Permalink
Merge branch 'master' into TAMC-941
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitchowdhury committed May 26, 2016
2 parents 61266a2 + 3be3e47 commit 09508e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion app/views/multi_year_select.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 class="heading-xlarge" id="heading">@Html(Messages("pages.multi-year-select.
<fieldset class="inline spacingBottom" id="gender">
@for(index <- 0 until availableYears.size) {
<div class="form-group" id="year-@availableYears(index).year-">
<h3 class="heading-medium"><span style="color:grey">@TextGenerators.taxDateIntervalShort(availableYears(index).year) tax year</span><br>@TextGenerators.taxDateInterval(availableYears(index).year)</h3>
<h2 class="heading-medium"><span style="color:grey">@TextGenerators.taxDateIntervalShort(availableYears(index).year) tax year</span><br>@TextGenerators.taxDateInterval(availableYears(index).year)</h2>
<div style="margin-top:30px">
<p>You and <span id="firstNameOnly">@input.name</span> can claim Marriage Allowance for the @TextGenerators.taxDateIntervalShort(availableYears(index).year) tax year if:</p>
<ul class="list list-bullet">
Expand All @@ -57,6 +57,8 @@ <h3 class="heading-medium"><span style="color:grey">@TextGenerators.taxDateInter
Seq((availableYears(index).year.toString, "Yes"), ("0", "No")),
'_labelClass -> "block-label",
'_labelAfter -> true,
'_legend -> "Extra years",
'_legendClass -> "visuallyhidden",
'_groupClass -> "inline spacingBottom"
)
</div>
Expand Down
3 changes: 0 additions & 3 deletions public/stylesheets/tamc.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ table {
max-width: 13em;
text-transform: none;
}
#calculator-result{
font-weight:900;
}
.pagination li.previous {
float: left;
text-align: left;
Expand Down

0 comments on commit 09508e1

Please sign in to comment.