changed alignment and spacing in edit state

This commit is contained in:
Justine Arreche 2014-08-21 13:02:05 +02:00
parent 7481d87d66
commit 66ffa1f686
2 changed files with 13 additions and 11 deletions

View File

@ -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

View File

@ -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