- Timestamp:
- 05/26/11 15:14:14 (13 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/HLStyling.js
r6287 r6300 7 7 function () { 8 8 9 9 $('input:submit, input:reset').each(function () { 10 $(this).replaceWith('<button class="' + $(this).attr('class') + '" type="' + $(this).attr('type') + '">' + $(this).val() + '</button>'); 11 }); 12 10 13 11 14 $('.hl-dataTable').dataTable( -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/jQuery/jQueryPlugins/DataTables-1.7.6/media/css/demo_table_jui.css
r6286 r6300 35 35 float: left; 36 36 cursor: pointer; 37 *cursor: hand;37 cursor: hand; 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.