문서 신고 창 스타일 다듬기

CSS 편집.
This commit is contained in:
MinSoo Kim 2016-01-28 12:45:44 +09:00
parent 644ed8eb05
commit a9915a7986

View file

@ -3,10 +3,17 @@ div.xe_mobile {
display:none!important;
}
section.declare_document{
position:relative;
display:block;
}
section.declare_document label{
font-weight: bold;
}
section.declare_document select,section.declare_document textarea{
box-sizing:border-box;
height:auto;
width: 100%;
padding:7px;
font-size: 11pt;
line-height: normal;
display:block;
}