- Timestamp:
- 05/03/16 17:13:50 (9 years ago)
- Location:
- branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Scripts/Hubs/ProgressHubber.js
r13754 r13827 77 77 document.getElementById("prior" + id).className = "btn dropdown-toggle "; 78 78 } 79 80 81 function paraEdit(arr, problem, name, type, value) { 82 hubber.server.paraEdit(arr, problem, name, type, value); 83 } -
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Scripts/Styling/StyleSheet.css
r13795 r13827 159 159 background-color:#74a9d8 !important; 160 160 } 161 rect{ 162 -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); 163 -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); 164 box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); 165 }
Note: See TracChangeset
for help on using the changeset viewer.