Skip to content

Commit a1efbca

Browse files
committed
Fixed an issue where button badges would be positioned differently on firefox and webkit-based browsers.
- Legacy-Id: 11958
1 parent 350d531 commit a1efbca

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

ietf/templates/nomcom/feedback.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
1010
text-align: left;
1111
}
1212
.btn-group-vertical .btn .badge {
13-
float:right; margin-top: -1.3em;
13+
float:right;
14+
margin-top: 0.15em;
1415
}
16+
@-moz-document url-prefix() {
17+
.btn-group-vertical .btn .badge {
18+
margin-top: -1.3em;
19+
}
20+
}
21+
1522
{% endblock %}
1623

1724
{% block subtitle %} - Feedback{% endblock %}

0 commit comments

Comments
 (0)