Changeset 6306
- Timestamp:
- 05/27/11 17:07:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/HLStyling.js
r6304 r6306 27 27 $(".hl-icon-delete").button({ icons: { primary: 'ui-icon-close' }, text: false }); 28 28 $(".hl-icon-edit").button({ icons: { primary: 'ui-icon-pencil' }, text: false }); 29 29 $(".hl-icon-view").button({ icons: { primary: ' ui-icon-arrowthick-1-e' }, text: false }); 30 30 31 // Standard Table 31 32 $(".hl-table th").each(function () {
Note: See TracChangeset
for help on using the changeset viewer.