import compose

This commit is contained in:
lvuch 2017-05-31 10:32:15 -07:00
parent 4278d2ba9e
commit 69f52c4e85
7 changed files with 13 additions and 9 deletions

View File

@ -1,12 +1,12 @@
<div class="clearfix"> <div class="clearfix">
{{#if header}} {{#if header}}
<label class="pb-5">{{header}}</label> <label class="acc-label">{{header}}</label>
{{/if}} {{/if}}
</div> </div>
{{#if ary.length}} {{#if ary.length}}
<table class="table fixed no-lines small mb-10"> <table class="table fixed no-lines small mb-10">
<tr class="text-muted hidden-xs hidden-sm"> <tr class="hidden-xs hidden-sm">
<th>{{t keyLabel}}{{#if editing}}{{field-required}}{{/if}}</th> <th>{{t keyLabel}}{{#if editing}}{{field-required}}{{/if}}</th>
<th width="30">&nbsp;</th> <th width="30">&nbsp;</th>
<th>{{t valueLabel}}</th> <th>{{t valueLabel}}</th>

View File

@ -13,7 +13,7 @@
{{#if userLabelArray.length}} {{#if userLabelArray.length}}
<table class="table fixed no-lines mt-20"> <table class="table fixed no-lines mt-20">
<tr class="text-muted hidden-xs hidden-sm"> <tr class="hidden-xs hidden-sm">
<th>{{t 'formUserLabels.key.label'}}{{field-required}}</th> <th>{{t 'formUserLabels.key.label'}}{{field-required}}</th>
<th width="30">&nbsp;</th> <th width="30">&nbsp;</th>
<th>{{t 'formUserLabels.value.label'}}</th> <th>{{t 'formUserLabels.value.label'}}</th>

View File

@ -2,7 +2,7 @@
{{#if ary.length}} {{#if ary.length}}
<table class="table fixed no-lines mt-20"> <table class="table fixed no-lines mt-20">
<tr class="text-muted hidden-xs hidden-sm"> <tr class="hidden-xs hidden-sm">
<th>{{t valueLabel}}</th> <th>{{t valueLabel}}</th>
<th width="30">&nbsp;</th> <th width="30">&nbsp;</th>
</tr> </tr>

View File

@ -19,7 +19,7 @@
{{#advanced-section}} {{#advanced-section}}
<hr class="mt-40 mb-40"/> <hr class="mt-40 mb-40"/>
<div class="pb-10"> <div>
{{input-files {{input-files
accept=".yml, .yaml" accept=".yml, .yaml"
changed=(action (mut files)) changed=(action (mut files))
@ -41,7 +41,7 @@
<hr class="mt-40 mb-40" /> <hr class="mt-40 mb-40" />
<div class="row"> <div class="row box">
<div class="col span-6"> <div class="col span-6">
<label class="acc-label">{{t 'newStack.startOnCreate.label'}}</label> <label class="acc-label">{{t 'newStack.startOnCreate.label'}}</label>
<div class="radio"> <div class="radio">

View File

@ -41,7 +41,7 @@
.help-block { .help-block {
@extend .text-muted; @extend .text-muted;
@extend .text-small; @extend .text-small;
margin: 0; margin: 5px 0 0 0;
a { a {
color: $link-color; color: $link-color;

View File

@ -302,3 +302,7 @@ input.input-lg,
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.radio {
padding: 5px 0;
}

View File

@ -40,7 +40,7 @@
} }
.help-block { .help-block {
margin: 0; margin: 5px 0 0 0;
} }
.edit { .edit {