Fix #1318 document report form template

This commit is contained in:
Kijin Sung 2020-07-04 00:18:33 +09:00
parent 8d05a674f5
commit 70f2e6ce4f
2 changed files with 58 additions and 62 deletions

View file

@ -2,18 +2,16 @@
div.xe_mobile {
display:none!important;
}
section.declare_document{
display:block;
select#message_option {
clear: both;
width: 90%;
margin-bottom: 8px;
}
section.declare_document label{
font-weight: bold;
}
section.declare_document select,section.declare_document textarea{
box-sizing:border-box;
height:auto;
textarea#declare_message {
width: 100%;
padding:7px;
font-size: 11pt;
line-height: normal;
display:block;
height: 80px;
margin-bottom: 8px;
box-sizing: border-box;
display: none;
}