Skip to content

Commit a4f982b

Browse files
committed
A small style fix for the plus sign which expands wg state history.
- Legacy-Id: 3627
1 parent 1571044 commit a4f982b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ietfworkflows/stream_state.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if draft %}
22
<div class="stream_state">
3-
<div class="stream_state_more" style="float: left; margin: 3px 0.5em 0 0;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color: black; "><img src="/images/plus.png"><img></a></div>
3+
<div class="stream_state_more" style="float: left; margin: 1px 0.5em 0 0;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0;"><img src="/images/plus.png" style="margin: 0; padding: 0; border:0;"><img></a></div>
44
{% if stream %}
55
{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
66
{% else %}

0 commit comments

Comments
 (0)