Use switch on env vars form
This commit is contained in:
parent
9aa3513766
commit
5db108c5d4
|
@ -10,8 +10,8 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
<div class="field">
|
||||
{{#label for="public"}}Public:{{/label}}
|
||||
{{input type="checkbox" checked=public}}
|
||||
{{travis-switch active=public class="value"}}
|
||||
{{#label for="secure" class="value"}}Display value in build logs{{/label}}
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
|
|
|
@ -12,7 +12,7 @@ p.settings-row
|
|||
display: inline-block
|
||||
float: left
|
||||
width: 5em
|
||||
height: 1.52em
|
||||
height: 1.55em
|
||||
margin: 20px 0 50px 0
|
||||
padding: 0.42em 1.5em
|
||||
background-color: #F5F5F5
|
||||
|
|
|
@ -50,6 +50,11 @@
|
|||
form.env-var
|
||||
label
|
||||
width: 40px
|
||||
label.value
|
||||
width: auto
|
||||
line-height: 1.9em
|
||||
.travis-switch.value
|
||||
font-size: 10px
|
||||
form.ssh-key
|
||||
span.error
|
||||
display: block
|
||||
|
@ -95,7 +100,7 @@
|
|||
span
|
||||
color: #838b8c
|
||||
marin-bottom: 6px
|
||||
|
||||
|
||||
.value-display
|
||||
letter-spacing: 2px
|
||||
font-size: 15px
|
||||
|
|
Loading…
Reference in New Issue
Block a user