changed alignment and spacing in edit state
This commit is contained in:
parent
7481d87d66
commit
66ffa1f686
|
@ -29,7 +29,7 @@ p.settings-row
|
||||||
top: 1px
|
top: 1px
|
||||||
left: 1px
|
left: 1px
|
||||||
width: 3.5em
|
width: 3.5em
|
||||||
height: 2em
|
height: 1.9em
|
||||||
background: #e9e9e7
|
background: #e9e9e7
|
||||||
border: 1px solid #d7d4d4
|
border: 1px solid #d7d4d4
|
||||||
border-radius: 2px
|
border-radius: 2px
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
background-size: 0.5em
|
background-size: 0.5em
|
||||||
padding-left: 26px
|
padding-left: 26px
|
||||||
width: 142px
|
width: 142px
|
||||||
|
|
||||||
.add-env-var, .add-ssh-key
|
.add-env-var, .add-ssh-key
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
background-color: #97a3aa
|
background-color: #97a3aa
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
width: 60px
|
width: 60px
|
||||||
height: 32px
|
height: 32px
|
||||||
text-align: center
|
text-align: center
|
||||||
margin-right: 6px
|
margin: 10px 6px 0 0
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
.submit-env-var:hover, .submit-ssh-key:hover
|
.submit-env-var:hover, .submit-ssh-key:hover
|
||||||
|
@ -203,8 +203,8 @@
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
form
|
form
|
||||||
padding-left: 15px
|
|
||||||
width: 100%
|
width: 100%
|
||||||
|
margin-top: 0
|
||||||
label.name, label.value
|
label.name, label.value
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
@ -221,13 +221,13 @@
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
.field.name
|
.field.name
|
||||||
width: 30%
|
width: 20%
|
||||||
input
|
input
|
||||||
width: 95%
|
width: 97%
|
||||||
.field.value
|
.field.value
|
||||||
width: 45%
|
width: 45%
|
||||||
input
|
input
|
||||||
width: 95%
|
width: 97%
|
||||||
.actions
|
.actions
|
||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
|
|
||||||
|
@ -239,17 +239,19 @@
|
||||||
.row
|
.row
|
||||||
.label
|
.label
|
||||||
display: inline-block
|
display: inline-block
|
||||||
text-align: left
|
border: 1px solid #ddd
|
||||||
margin-right: 5px
|
font-size: 13px
|
||||||
|
margin-top: 4px
|
||||||
|
height: 20px
|
||||||
|
|
||||||
span.name, span.value, .equals
|
span.name, span.value
|
||||||
display: inline-block
|
display: inline-block
|
||||||
line-height: 40px
|
line-height: 40px
|
||||||
position: relative
|
position: relative
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
|
|
||||||
.equals
|
.equals
|
||||||
margin: 0 10px
|
margin: 0 10px 0 14px
|
||||||
|
|
||||||
span.name
|
span.name
|
||||||
width: 120px
|
width: 120px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user