cursor: pointer;
}
-input.myslice_action {
- font-size:13px;
- font-family:Arial,sans-serif;
- font-weight:bold;
- color:#0066CC;
- width:100px;
- height:30px;
- background-color:#FF9933;
-}
-
.ResourcesSelected .added {
background-color: #E3F6CE;
}
var self = this;
this.table = this.elmt('table').dataTable({
//sPaginationType: 'full_numbers', // Use pagination
- sPaginationType: 'bootstrap',
+ sPaginationType: 'full_numbers',
//bJQueryUI : true,
//bRetrieve : true,
sScrollX : '100%', // Horizontal scrolling
<th>+/-</th>
</tr>
</thead>
+ <tbody></tbody>
</table>
-<input id="{{domid}}__update" type=button value="Update" />
-<input id="{{domid}}__refresh" type=button value="Refresh" />
-<input id="{{domid}}__reset" type=button value="Reset" />
-<input id="{{domid}}__clear_annotations" type=button value="Clear annotations" />
+<button type="button" id="{{domid}}__update" class="btn btn-default">"Update"</button>
+<button type="button" id="{{domid}}__refresh" class="btn btn-default">"Refresh"</button>
+<button type="button" id="{{domid}}__reset" class="btn btn-default">"Reset"</button>
+<button type="button" id="{{domid}}__clear_annotations" class="btn btn-default">"Clear Annotations"</button>
+