Commit a3f6836d authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1826961: Aligning text boxes better



behatnotneeded

Change-Id: If6ff16c294dd1b43624eec2ebee211fb5aebcf31
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
(cherry picked from commit 506ad095)
parent a2b93633
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -842,3 +842,9 @@ div.form-group .form-control-label {
.forumselectwrap {
    margin: 0 0 10px 10px;
}

.form-group.checkboxes .group-invite input[type="checkbox"] {
    float: left;
    top: 0;
    margin-right: 5px;
}
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
                    <h4 class="heading">{if $addtype == 'add'}{str tag=addmembers section=group}{else}{str tag=invite section=group}{/if}</h4>
                    <div class="checkboxes form-group last {if count($groups) > 6}column-list{/if}">
                        {foreach from=$groups item=group}
                            <div class="form-check">
                            <div class="form-check group-invite">
                                <input id="{$addtype}{$group->id}" type="checkbox" class="form-check" name="{$addtype}group_{$userid}" value="{$group->id}" {if $group->checked}checked{/if} {if $group->disabled} disabled{/if}>
                                <label for="{$addtype}{$group->id}">{$group->name}</label>
                            </div>