Skip to content

Commit ee24d4d

Browse files
committed
correct spacing issue on generic streaming page
1 parent a85be54 commit ee24d4d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

workbench/static/style/master.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,16 @@ table.sortable tr.sortBottom td {
406406
color: rgb(66, 150, 231);
407407
}
408408

409-
#toggleShowPolling, #clearStream{
409+
#toggleShowPolling, #clearStream {
410410
float: right;
411411
margin-left: 5px;
412412
}
413413

414414
#streamContainer #pollIndicator {
415415
margin-left: 2px;
416416
display: none;
417-
}
417+
}
418+
419+
#selectedTopic {
420+
width: 151px;
421+
}

workbench/streaming.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</div>
2626

2727
<div id="replayFromContainer" style="display: none;">
28-
<label>Replay from: <input id="replayFrom" name="replayFrom" value="-1"></label>
28+
<label>Replay from: <input id="replayFrom" name="replayFrom" value="-1"></label>
2929
</div>
3030

3131
<div id="pushTopicContainer" style="display: block;">
32-
<label for="selectedTopic">Push Topic:</label>
32+
<label for="selectedTopic">Push Topic:</label>&nbsp;&nbsp;
3333
<select id="selectedTopic">
3434
<?php echo $c->getPushTopicOptions(); ?>
3535
</select>
@@ -88,6 +88,7 @@
8888

8989
<div id="genericSubscriptionContainer" style="display: none;">
9090
<label>Subscription: <input id="genericSubscription" name="genericSubscription"></label>
91+
&nbsp;
9192
<input id="genericSubscribeBtn" type="button" value="Subscribe"/>
9293
<input id="genericUnsubscribeBtn" type="button" value="Unsubscribe" disabled="disabled"/>
9394
</div>

0 commit comments

Comments
 (0)