From a8b5ab809a3dfe0d21707bcd1c4be5fc249b1fa0 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Mon, 14 Feb 2011 20:04:00 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/skins/standard/attachment.css | 2 +- .../bugzilla/template/en/default/attachment/edit.html.tmpl | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 358b40d89b8..88259bc52ca 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7709 \ No newline at end of file +7710 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/skins/standard/attachment.css b/mozilla/webtools/bugzilla/skins/standard/attachment.css index 3c93ec6fb2e..f19649eea71 100644 --- a/mozilla/webtools/bugzilla/skins/standard/attachment.css +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/template/en/default/attachment/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/edit.html.tmpl index fa5e1ee9166..f9657b647b5 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]