Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/16 16:48:35 (8 years ago)
Author:
jlodewyc
Message:

#2582 Bugfixing, email setup password and code commenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/User/Groups.cshtml

    r13754 r13805  
    3737         style="padding:10px; margin-right:0px!important">
    3838        <div class="col-sm-4">
    39             <div class="btn-group-vertical btn-block">
     39            <div class="btn-group btn-group-justified btn-block"
     40                 role="group" style="margin-bottom:-4px">
     41
    4042                <a class="btn btn-info btn-lg btn-block disabled"
    41                    style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     43                   style="width:6%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    4244                            text-shadow:2px 2px black;">
    4345                    <i class="fa fa-group"></i> @Model.ugroups.Count Group@(Model.ugroups.Count != 1 ? "s" : "")
     
    5254                   style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    5355                            text-shadow:2px 2px black;">
    54                     <i class="fa fa-plus-circle"></i> Add new group
     56                    <i class="fa fa-plus-circle"></i>
    5557                </a>
     58            </div>
     59            <div class="btn-group-vertical btn-block">
     60               
    5661                @foreach (var group in Model.ugroups)
    5762                {
     
    128133                                </div>
    129134                            </div>
    130 
     135                            <input type="text"
     136                                   style="display:none"
     137                                   id="u"
     138                                   name="u"
     139                                   value="@Model.SelectedGroup.Id" />
    131140
    132141                            @if (Model.SelectedGroup.Id != Guid.Empty)
Note: See TracChangeset for help on using the changeset viewer.