mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Merge commit 'b0f3a3a' into reapply-design-updates-pre-split
This commit is contained in:
parent
4a39037732
commit
643f9c323d
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue