소스 검색

Added margin to the close button.

Chun-Huai Cheng 9 년 전
부모
커밋
25dd6b2586
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tripal_fields_layout/theme/js/tripal_fields_layout.js

+ 1 - 0
tripal_fields_layout/theme/js/tripal_fields_layout.js

@@ -11,6 +11,7 @@
       $('.tripal_panel_fieldset-close_button').each(function (i) {
     	$(this).css('float', 'right');
     	$(this).css('cursor', 'pointer');
+    	$(this).css('margin', '0px 5px');
     	$(this).click(function () {
     		var fs = $(this).parent().parent().parent();
     		var fsid = fs.attr('id');