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">
{{#if header}}
<label class="pb-5">{{header}}</label>
<label class="acc-label">{{header}}</label>
{{/if}}
</div>
{{#if ary.length}}
<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 width="30">&nbsp;</th>
<th>{{t valueLabel}}</th>

View File

@ -13,7 +13,7 @@
{{#if userLabelArray.length}}
<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 width="30">&nbsp;</th>
<th>{{t 'formUserLabels.value.label'}}</th>

View File

@ -2,7 +2,7 @@
{{#if ary.length}}
<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 width="30">&nbsp;</th>
</tr>

View File

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

View File

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

View File

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

View File

@ -33,14 +33,14 @@
.force-wrap {
width: calc(100% - 60px);
}
p {
margin: 0;
@extend .text-small;
}
.help-block {
margin: 0;
margin: 5px 0 0 0;
}
.edit {