Accessibility navigation improvement
This commit is contained in:
parent
7ca0ff9a19
commit
97ac722b24
@ -33,7 +33,7 @@ class InlineAttachmentList extends AttachmentList
|
|||||||
{
|
{
|
||||||
function showListStart()
|
function showListStart()
|
||||||
{
|
{
|
||||||
$this->out->element('h3', 'attachments-title', _('Attachments'));
|
$this->out->element('h4', 'attachments-title', _('Attachments'));
|
||||||
parent::showListStart();
|
parent::showListStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1476,7 +1476,7 @@ margin-left:0;
|
|||||||
margin-left: 56px;
|
margin-left: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice > footer > h3 {
|
.notice > footer .attachments-title {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user