Fix #1318 comment report form template

This commit is contained in:
Kijin Sung 2020-07-04 00:22:13 +09:00
parent 70f2e6ce4f
commit 45c4da14e2
2 changed files with 52 additions and 56 deletions

View file

@ -2,18 +2,16 @@
div.xe_mobile {
display:none!important;
}
section.declare_comment{
display:block;
select#message_option {
clear: both;
width: 90%;
margin-bottom: 8px;
}
section.declare_comment label{
font-weight: bold;
}
section.declare_comment select,section.declare_comment 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;
}