summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2011-02-14 20:54:51 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-14 20:54:51 +0100
commita995ad3f644961f57afc9d7bbdbd1b3849cdc74c (patch)
tree6203c349dbcf454c0204c9499cf61113010ce201
parentbfe719017240bceaf7c686baf4d30f9dcc35b943 (diff)
downloadbugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.tar.gz
bugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.tar.xz
Bug 581422: Improve the readability of the text at the top of the attachment
detail view r=pyrzak, r=mkanat, a=mkanat
-rw-r--r--skins/standard/attachment.css2
-rw-r--r--template/en/default/attachment/edit.html.tmpl6
2 files changed, 4 insertions, 4 deletions
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css
index 3c93ec6fb..f19649eea 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 fa5e1ee91..f9657b647 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -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>