mirror of https://github.com/rancher/ui.git
import compose
This commit is contained in:
parent
4278d2ba9e
commit
69f52c4e85
|
|
@ -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"> </th>
|
||||
<th>{{t valueLabel}}</th>
|
||||
|
|
|
|||
|
|
@ -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"> </th>
|
||||
<th>{{t 'formUserLabels.value.label'}}</th>
|
||||
|
|
|
|||
|
|
@ -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"> </th>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
.help-block {
|
||||
@extend .text-muted;
|
||||
@extend .text-small;
|
||||
margin: 0;
|
||||
margin: 5px 0 0 0;
|
||||
|
||||
a {
|
||||
color: $link-color;
|
||||
|
|
|
|||
|
|
@ -302,3 +302,7 @@ input.input-lg,
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.radio {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue