1 <div id="page-content" style="margin-right:-230px;">
7 .grid .ui-grid-header-cell {
10 .icon-add-widget:before {
13 .ui-grid-icon-angle-down {
20 <h1 class="heading-page">Report search</h1>
23 <label style="float:left;margin-top:10px; margin-right: 5px;">Report Id:</label>
25 <div class="form-row" style="float:left; width:160px;">
26 <select id="dropdown1" name="dropdown1" b2b-dropdown placeholder-text="Select" ng-model="operatorRepId.index">
27 <option b2b-dropdown-list option-repeat="d in operatorsRepId" value="{{d.index}}">{{d.text}}</option>
31 <div class="form-field form-field__glued pull-left size-onefifth" style="float:left; width:160px;margin-right: 40px;">
32 <input ng-model="reportId" type="text" placeholder="Search value?" style="margin-top:5px;width:160px;">
35 <label class="pull-left" style="float:left;margin-top: 10px;margin-right: 5px;">Report Name:</label>
37 <div class="form-row" style="float:left; width:160px;">
38 <select id="dropdown2" name="dropdown2" b2b-dropdown placeholder-text="Select" ng-model="operatorRepName.index">
39 <option b2b-dropdown-list option-repeat="e in operatorsRepName" value="{{e.index}}">{{e.text}}</option>
43 <div class="form-field form-field__glued pull-left size-onefifth" style="width:13% !important;">
44 <input ng-model="reportName" type="text" placeholder="Search value?" style="margin-top:5px;width:160px;">
48 <button style="margin-left:50px;margin-top:4px;" type="submit" class="btn btn-alt btn-small" ng-click="runReport();">Submit</button>
53 <div id="grid1" ui-grid="gridOptions" ui-grid-pagination class="grid">