rhymix/modules/document/tpl/css/declare_document.css
2020-07-04 00:18:33 +09:00

17 lines
No EOL
255 B
CSS

@charset "UTF-8";
div.xe_mobile {
display:none!important;
}
select#message_option {
clear: both;
width: 90%;
margin-bottom: 8px;
}
textarea#declare_message {
width: 100%;
height: 80px;
margin-bottom: 8px;
box-sizing: border-box;
display: none;
}