mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
19 lines
No EOL
349 B
CSS
19 lines
No EOL
349 B
CSS
@charset "UTF-8";
|
|
div.xe_mobile {
|
|
display:none!important;
|
|
}
|
|
section.declare_document{
|
|
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;
|
|
} |