Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
This commit is contained in:
commit
97ee517680
@ -89,8 +89,7 @@ $(document).ready(function() {
|
||||
$('body').css({'background-image':'none'});
|
||||
});
|
||||
$('#design_background-image_on').focus(function() {
|
||||
var bis = $('#design_background-image_onoff img')[0].src;
|
||||
$('body').css({'background-image':'url('+bis+')'});
|
||||
$('body').css({'background-image':'url('+$('#design_background-image_onoff img')[0].src+')'});
|
||||
});
|
||||
|
||||
$('#design_background-image_repeat').click(function() {
|
||||
|
@ -19,6 +19,12 @@ display:block;
|
||||
width:17%;
|
||||
max-width:17%;
|
||||
}
|
||||
#form_notice #notice_data-attach_selected {
|
||||
width:78.5%;
|
||||
}
|
||||
#form_notice #notice_data-attach_selected button {
|
||||
padding:0 4px;
|
||||
}
|
||||
#anon_notice {
|
||||
max-width:39%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user