diff options
author | mkanat%bugzilla.org <> | 2008-11-29 23:08:50 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-11-29 23:08:50 +0100 |
commit | 894abc8a902615c294bc2b1708a5135df2500321 (patch) | |
tree | ea3cbba8200a9e8095e2258d9c4d73c21f23c800 /skins/contrib | |
parent | 680b56b2bb98f094b93c0e80178f74f48194ac9a (diff) | |
download | bugzilla-894abc8a902615c294bc2b1708a5135df2500321.tar.gz bugzilla-894abc8a902615c294bc2b1708a5135df2500321.tar.xz |
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
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Dusk/global.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index d918b6301..ab168873f 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -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 */ /************/ |