]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 581422: Improve the readability of the text at the top of the attachment
authorMarc Schumann <wurblzap@gmail.com>
Mon, 14 Feb 2011 19:54:51 +0000 (11:54 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 14 Feb 2011 19:54:51 +0000 (11:54 -0800)
detail view
r=pyrzak, r=mkanat, a=mkanat

skins/standard/attachment.css
template/en/default/attachment/edit.html.tmpl

index 3c93ec6fb2eb3c1745bd7cd1aa486b89b3fe6bcb..f19649eea71fa87955d1a2877d996b0a7f47a817 100644 (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 {
index fa5e1ee9166edce0de0f28b2f49c2f1071332168..f9657b647b58a78f43706c165bde620e89c2d2af 100644 (file)
           [% 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>