mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing text fields alignments
This commit is contained in:
parent
54eafe8ac9
commit
b5948b4e58
@ -530,11 +530,21 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="dateRangePopup">
|
<div id="dateRangePopup">
|
||||||
<div>
|
<div class="form-horizontal">
|
||||||
<label> From: <input id="timeFromCal" type="text"> </label>
|
<div class="form-group">
|
||||||
<label> To: <input id="timeToCal" type="text"> </label>
|
<label class="col-sm-3">From:</label>
|
||||||
<button type="button" class="btn btn-info btn-xs" onClick="focusOnHistorySpatialObject(document.getElementById('objectId').innerHTML, document.getElementById('timeFromCal').value, document.getElementById('timeToCal').value);return false;">Full History</button>
|
<div class="col-sm-9">
|
||||||
|
<input id="timeFromCal" type="text">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="col-sm-3">To:</label>
|
||||||
|
<div class="col-sm-9">
|
||||||
|
<input id="timeToCal" type="text">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<button type="button" class="btn btn-info btn-xs" onClick="focusOnHistorySpatialObject(document.getElementById('objectId').innerHTML, document.getElementById('timeFromCal').value, document.getElementById('timeToCal').value);return false;">Full History</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="markerPopupStop" class="popover top">
|
<div id="markerPopupStop" class="popover top">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user