diff options
author | guy.pyrzak%gmail.com <> | 2009-01-30 01:50:48 +0100 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2009-01-30 01:50:48 +0100 |
commit | 8b5d0f889aeaeb254bb6fd01c6ce729de04f0e48 (patch) | |
tree | 09852716969a70714e983e5a7a137661306b7944 /skins | |
parent | fc293fbd39f14308fbccd0cf9b523664ae813761 (diff) | |
download | bugzilla-8b5d0f889aeaeb254bb6fd01c6ce729de04f0e48.tar.gz bugzilla-8b5d0f889aeaeb254bb6fd01c6ce729de04f0e48.tar.xz |
Bug 344559: Add Commit Button below the top fields on show_bug.cgi
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/show_bug.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index e21cad1b8..17ce9afd0 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -66,6 +66,6 @@ margin-bottom: 3ex; } -#knob-buttons { +.knob-buttons { float: right; } |