mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
Fix #1318 comment report form template
This commit is contained in:
parent
70f2e6ce4f
commit
45c4da14e2
2 changed files with 52 additions and 56 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue