We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1571044 commit a4f982bCopy full SHA for a4f982b
1 file changed
ietf/templates/ietfworkflows/stream_state.html
@@ -1,6 +1,6 @@
1
{% if draft %}
2
<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>
+<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>
4
{% if stream %}
5
{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
6
{% else %}
0 commit comments