- 정보공유
[그누보드팁] 스마트 에디터 반응형에서 가로사이즈 맞게 출력시키기
/plugin/editor/smarteditor2/css/smart_editor2.css 파일에서 아래 2가지 수정.
약 6번째 줄에 아래 코드 추가.
#smart_editor2{margin-right:1px!important;min-width:100px!important}
#smart_editor2 .se2_text_tool{position:relative;clear:both;z-index:30;padding:4px 0 4px 3px;background:#f4f4f4 url("../img/bg_text_tool.gif") 0 0 repeat-x;border-bottom:1px solid #b5b5b5;*zoom:1}
를
#smart_editor2 .se2_text_tool{position:relative;clear:both;z-index:30;padding:4px 15px 4px 3px;background:#f4f4f4 url("../img/bg_text_tool.gif") 0 0 repeat-x;border-bottom:1px solid #b5b5b5;*zoom:1}
로 수정.