forked from GNUsocial/gnu-social
		
	Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
This commit is contained in:
		| @@ -89,11 +89,10 @@ $(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() { | ||||
|         ($(this)[0].checked) ? $('body').css({'background-repeat':'repeat'}) : $('body').css({'background-repeat':'no-repeat'}); | ||||
|     }); | ||||
| }); | ||||
| }); | ||||
|   | ||||
| @@ -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%; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user