(un)Fix inject payload width field

to close #919
This commit is contained in:
Dave Conway-Jones 2016-06-25 15:53:03 +01:00
parent 78eae99bd4
commit 82f289c42e
1 changed files with 8 additions and 5 deletions

View File

@ -17,13 +17,13 @@
<script type="text/x-red" data-template-name="inject"> <script type="text/x-red" data-template-name="inject">
<div class="form-row"> <div class="form-row">
<label for="node-input-payload"><i class="fa fa-envelope"></i> <span data-i18n="common.label.payload"></span></label> <label for="node-input-payload"><i class="fa fa-envelope"></i> <span data-i18n="common.label.payload"></span></label>
<input type="text" id="node-input-payload" style="width:300px"> <input type="text" id="node-input-payload" style="width:73%">
<input type="hidden" id="node-input-payloadType"> <input type="hidden" id="node-input-payloadType">
</div> </div>
<div class="form-row"> <div class="form-row">
<label for="node-input-topic"><i class="fa fa-tasks"></i> <span data-i18n="common.label.topic"></span></label> <label for="node-input-topic"><i class="fa fa-tasks"></i> <span data-i18n="common.label.topic"></span></label>
<input type="text" id="node-input-topic" style="width: 70%x"> <input type="text" id="node-input-topic" style="width:70%">
</div> </div>
<div class="form-row"> <div class="form-row">
@ -148,6 +148,9 @@
.inject-time-count { .inject-time-count {
width: 40px !important; width: 40px !important;
} }
.red-ui-typedInput-container {
width: 73%;
}
</style> </style>
<script type="text/x-red" data-help-name="inject"> <script type="text/x-red" data-help-name="inject">
<p>Pressing the button on the left side of the node allows a message on a topic <p>Pressing the button on the left side of the node allows a message on a topic