Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/13 10:15:52 (12 years ago)
Author:
fschoepp
Message:

#1888:

  • Janitor is now working as expected in Windows Azure
  • Added basic support for experiments (draggable experiments)
  • Added methods to save/read experiments from TableStorage
  • The job status can now be retrieved by using the GetTasks/GetTaskData methods
  • Added a class to convert JSON-objects to Algorithm instances
  • Web page: Added experiment button to navigation
Location:
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/hl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/hl/Site.css

    r9062 r9215  
    148148}
    149149
    150 #master-MainContent {
     150#master-MainContent
     151{
     152  background-repeat: repeat-y;
     153  background-image: url("images/bg_main.png");
    151154  padding-left: 12px;
    152155  padding-right: 12px;
     
    403406    display: inline
    404407}
     408
     409
     410.dragables
     411{
     412  height :100px;
     413  width:100px;
     414  border:1px solid #000000; 
     415  background: #EEEEEE; 
     416  padding: 5px 5px 5px 5px;
     417  margin: 5px 5px 5px 5px;
     418  float: left;
     419}
     420
     421.clearer
     422
     423  clear:both;
     424}
     425
     426.treeStyle
     427{
     428  border: 1px solid black;
     429}
     430
     431.unseen
     432{
     433    display: none;
     434}
Note: See TracChangeset for help on using the changeset viewer.