Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/02/16 12:35:30 (8 years ago)
Author:
jlodewyc
Message:

#2582 final commit / end of internship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Query/Index.cshtml

    r13860 r13871  
    3939                {{item.Label}}
    4040            </p>
    41             <span ng-if="item.CompareType != 'HeuristicLab.Clients.OKB.Query.EqualityComparison'">
     41            <span ng-if="item.CompareType != 'HeuristicLab.Clients.OKB.Query.EqualityComparison'" style="margin-left:10px">
    4242                <select class="col-md-2"
    4343                        name="comparisonSelect"
     
    5050                    </option>
    5151                </select>
    52                 <select class="col-md-4" ng-if="item.AvailableValues != undefined" name="Values" ng-model="item.Value">
     52                <select class="col-md-4 col-sm-10" ng-if="item.AvailableValues != undefined" name="Values" ng-model="item.Value" style="margin-left:10px">
    5353                    <option ng-repeat="val in item.AvailableValues" value="{{val}}">{{val}}</option>
    5454                </select>
Note: See TracChangeset for help on using the changeset viewer.