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
894abc8a
Commit
894abc8a
authored
Nov 29, 2008
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 466912: The Commit button is too far on the right (align it with the comment box)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent
680b56b2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
16 deletions
+3
-16
global.css
skins/contrib/Dusk/global.css
+0
-16
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+3
-0
No files found.
skins/contrib/Dusk/global.css
View file @
894abc8a
...
...
@@ -123,22 +123,6 @@ hr {
border-top
:
1px
solid
#c8c8ba
;
}
/* knob-buttons */
#knob-buttons
{
margin-top
:
10px
;
margin-bottom
:
5px
;
}
#knob-buttons
p
{
display
:
inline
;
padding-left
:
10px
;
}
#knob-buttons
a
{
font-size
:
10pt
;
}
/************/
/* Comments */
/************/
...
...
template/en/default/bug/edit.html.tmpl
View file @
894abc8a
...
...
@@ -240,6 +240,8 @@
<table cellpadding="1" cellspacing="1">
<tr>
<td id="comment_status_commit">
<!-- The table keeps the commit button aligned with the box. -->
<table><tr><td>
<a name="add_comment"></a>
[% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
...
...
@@ -275,6 +277,7 @@
</td>
</tr>
</table>
</td></tr></table>
[% ELSE %]
<fieldset>
<legend>Note</legend>
...
...
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