Merge commit 'b0f3a3a' into reapply-design-updates-pre-split

This commit is contained in:
Dave Cranwell 2014-02-05 11:22:39 +00:00
parent 4a39037732
commit 643f9c323d
3 changed files with 3 additions and 2 deletions

View file

@ -224,7 +224,7 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
line-height:2em;
height:100%;
text-align:center;
background-color:rgba(0,0,0,0.3);
background-color:rgba(0,0,0,0.2);
display:block;
}
}

View file

@ -243,6 +243,7 @@
line-height:1.9em; /* specific height required as parent 'a' has no height */
font-size:1.4rem;
width:100%;
background-color:transparent;
}
}
}

View file

@ -101,7 +101,7 @@ function InlinePanel(opts) {
$('#' + deleteInputId + '-button').click(function() {
/* set 'deleted' form field to true */
$('#' + deleteInputId).val('1');
$('#' + childId).fadeOut(function() {
$('#' + childId).slideUp(function() {
self.updateMoveButtonDisabledStates();
self.setHasContent();
});