Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a995ad3f
Commit
a995ad3f
authored
Feb 14, 2011
by
Marc Schumann
Committed by
Max Kanat-Alexander
Feb 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 581422: Improve the readability of the text at the top of the attachment
detail view r=pyrzak, r=mkanat, a=mkanat
parent
bfe71901
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
attachment.css
skins/standard/attachment.css
+1
-1
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+3
-3
No files found.
skins/standard/attachment.css
View file @
a995ad3f
...
...
@@ -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
{
...
...
template/en/default/attachment/edit.html.tmpl
View file @
a995ad3f
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment