From: Marc Schumann Date: Mon, 14 Feb 2011 19:54:51 +0000 (-0800) Subject: Bug 581422: Improve the readability of the text at the top of the attachment X-Git-Tag: bugzilla-4.1.1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a995ad3f644961f57afc9d7bbdbd1b3849cdc74c;p=thirdparty%2Fbugzilla.git Bug 581422: Improve the readability of the text at the top of the attachment detail view r=pyrzak, r=mkanat, a=mkanat --- diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index 3c93ec6fb2..f19649eea7 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -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 { diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index fa5e1ee916..f9657b647b 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -70,14 +70,14 @@ [% END %]
- [% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %]) + [% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %]), [% IF attachment.datasize %] [%+ attachment.datasize FILTER unitconvert %] [% ELSE %] deleted [% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] - [% IF attachment.isprivate %] - Only visible to [% Param('insidergroup') FILTER html %] + [% IF attachment.isprivate %]; + only visible to [% Param('insidergroup') FILTER html %] members [% END %]