신고 선택지 추가, 모바일 신고 환경 개선

- 신고 사유를 선택지 중 선택할 수 있게 함
- 팝업 메뉴의 스타일을 개선하여 모바일에서 적절하게 터치할 수 있게 함.
This commit is contained in:
MinSoo Kim 2016-01-28 03:59:26 +09:00
parent f77b8fde3c
commit 644ed8eb05
6 changed files with 101 additions and 16 deletions

View file

@ -0,0 +1,12 @@
@charset "UTF-8";
div.xe_mobile {
display:none!important;
}
section.declare_document{
position:relative;
display:block;
}
section.declare_document select,section.declare_document textarea{
width: 100%;
display:block;
}