fix #1101 게시판 모바일 스킨에서 댓글의 답글/삭제 버튼을 잘못 표시하는 문제 고침

This commit is contained in:
bnu 2014-12-24 15:28:55 +09:00
parent 14a836b5e3
commit 9fb5f8b558

View file

@ -378,8 +378,10 @@ input[type=radio] {
} }
.rp .btn { .rp .btn {
display: inline-block; display: inline-block;
width: 15px; width: 15px !important;
height: 15px; height: 15px !important;
padding: 0 !important;
border: 0 !important;
overflow: hidden; overflow: hidden;
vertical-align: middle; vertical-align: middle;
text-indent: 15px; text-indent: 15px;