rhymix/modules/document/tpl/css/declare_document.css
2016-01-28 12:45:44 +09:00

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;
}