Skip to content

Commit 027ef9b

Browse files
fix button color in risk acceptance bug (DefectDojo#9008)
* fix button color in risk acceptance bug * change approach to create a new class * fix class and color in buttons in risk acceptance * remove unnecessary css class
1 parent 397008d commit 027ef9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dojo/templates/dojo/view_risk_acceptance.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3 class="pull-left">
4444
{% include "dojo/form_fields.html" with form=risk_acceptance_form %}
4545
<div class="form-group">
4646
<div class="col-sm-offset-2 col-sm-10">
47-
<input class="btn btn-primary" type="submit" value="Save"/>
47+
<input class="btn" type="submit" value="Save"/>
4848
</div>
4949
</div>
5050
</form>
@@ -222,8 +222,10 @@ <h3>Accept Additional Findings</h3>
222222
<div class="panel-body">
223223
{% include "dojo/paging_snippet.html" with page=add_findings prefix="apage" %}
224224
</div>
225-
<div class="panel-footer text-center">
226-
<input class="btn btn-primary" name="add_findings" type="submit" value="Add Selected Findings"/>
225+
<div class="form-group">
226+
<div class="col-sm-offset-2 col-sm-10">
227+
<input class="btn" name="add_findings" type="submit" value="Add Selected Findings"/>
228+
</div>
227229
</div>
228230
</form>
229231
</div>

0 commit comments

Comments
 (0)