Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
093359f992
2 changed files with 6 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
<p class="submit">
|
||||
<input type="submit" id="submit" value="${submitLabel}" role="submit" />
|
||||
<span class="or"> or </span>
|
||||
<a title="${i18n().cancel_title}" href="${editConfiguration.cancelUrl}">${i18n().cancel_link}</a>
|
||||
<a class="cancel" title="${i18n().cancel_title}" href="${editConfiguration.cancelUrl}">${i18n().cancel_link}</a>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -368,6 +368,11 @@ form.deleteForm {
|
|||
padding-top: 1em;
|
||||
border-top: 1px dotted #e3e9e9;
|
||||
}
|
||||
form.editForm span {
|
||||
color: #c00;
|
||||
font-weight: normal;
|
||||
font-size: small;
|
||||
}
|
||||
form h3.delete-entry {
|
||||
padding-right: .8em;
|
||||
display: inline;
|
||||
|
|
Loading…
Add table
Reference in a new issue