mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 07:44:01 +00:00
added .capitalised style
This commit is contained in:
parent
45f51c9a27
commit
b5e6181c49
2 changed files with 6 additions and 2 deletions
|
@ -111,7 +111,7 @@ block content
|
|||
.row
|
||||
.col-xs-3
|
||||
.form-group.has-feedback(ng-class="validation.errorFields.month ? 'has-external-error' : ''")
|
||||
label(for="month") #{translate("month_capitalised")}
|
||||
label(for="month").capitalised #{translate("month")}
|
||||
div(
|
||||
type="number"
|
||||
name="month"
|
||||
|
@ -119,7 +119,7 @@ block content
|
|||
)
|
||||
.col-xs-3
|
||||
.form-group.has-feedback(ng-class="validation.errorFields.year ? 'has-external-error' : ''")
|
||||
label(for="year") #{translate("year_capitalised")}
|
||||
label(for="year").capitalised #{translate("year")}
|
||||
div(
|
||||
type="number"
|
||||
name="year"
|
||||
|
|
|
@ -71,4 +71,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.capitalised {
|
||||
text-transform:capitalize;
|
||||
}
|
Loading…
Reference in a new issue