Bug 581422: Improve the readability of the text at the top of the attachment

detail view
r=pyrzak, r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261934 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2011-02-14 20:04:00 +00:00
parent 04b6a7dde3
commit a8b5ab809a
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
7709
7710

View File

@@ -155,7 +155,7 @@ table.attachment_info td {
}
#attachment_information_read_only .details {
font-family: monospace;
font-size: 90%;
}
#attachment_info.read #attachment_information_edit {

View File

@@ -70,14 +70,14 @@
[% END %]
</div>
<div class="details">
[% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %])
[% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %]),
[% IF attachment.datasize %]
[%+ attachment.datasize FILTER unitconvert %]
[% ELSE %]
<em>deleted</em>
[% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %]
[% IF attachment.isprivate %]
<span class="bz_private">Only visible to <strong>[% Param('insidergroup') FILTER html %]</strong></span>
[% IF attachment.isprivate %];
<span class="bz_private">only visible to <strong>[% Param('insidergroup') FILTER html %]</strong> members</span>
[% END %]
</div>
</div>