기타 추적되지 않는 파일들..
This commit is contained in:
@ -191,3 +191,29 @@ body,#smart_editor2,#smart_editor2 p,#smart_editor2 h1,#smart_editor2 h2,#smart_
|
||||
#smart_editor2 .se2_text_tool .se2_text_tool_more span.tool_bg{background:none}
|
||||
#smart_editor2 .se2_text_tool .hover .se2_text_tool_more{background-position:-13px -41px}
|
||||
#smart_editor2 .se2_text_tool .active .se2_text_tool_more{background-position:-26px -41px}
|
||||
|
||||
/* 반응형 처리 출처 : https://sir.kr/g5_plugin/4697 { */
|
||||
#smart_editor2{margin-right:1px !important;min-width:100px !important}
|
||||
@media screen and (max-width: 640px){
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:both;}
|
||||
#smart_editor2 .se2_text_tool ul{margin-bottom:4px}
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(n+4){margin-bottom:0}
|
||||
#smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:54px}
|
||||
}
|
||||
@media screen and (max-width: 515px){
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(3n){clear:both;margin-left:4px}
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(6n),#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:none;margin-left:0}
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(n+3){margin-bottom:0}
|
||||
}
|
||||
@media screen and (max-width: 370px){
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(2n){clear:both;margin-left:4px}
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(3n){clear:both;margin-left:4px}
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(6n),#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:none;margin-left:0}
|
||||
#smart_editor2 .se2_text_tool ul:nth-child(n+3){margin-bottom:0}
|
||||
#smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:79px}
|
||||
}
|
||||
@media screen and (max-width: 325px){
|
||||
#smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:29px;}
|
||||
#smart_editor2 .se2_text_tool .se2_multy{border-bottom:1px solid #e0dedf}
|
||||
}
|
||||
/* } */
|
||||
@ -22,3 +22,6 @@ body,.se2_inputarea{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans
|
||||
.se2_quote8{margin:0 0 30px;padding:12px 10px 11px;border:1px solid #e5e5e5;background:#fafafa;color:#888}
|
||||
.se2_quote9{margin:0 0 30px;padding:12px 10px 11px;border:2px solid #e5e5e5;color:#888}
|
||||
.se2_quote10{margin:0 0 30px;padding:12px 10px 11px;border:2px solid #e5e5e5;background:#fafafa;color:#888}
|
||||
|
||||
/* 이미지 첨부시 100% 처리함 */
|
||||
.se2_inputarea p img {max-width:100%;}
|
||||
Reference in New Issue
Block a user