cancer_predict/modules/cancerpredict/_cancer_predict_widget.html...

31 lines
785 B
Plaintext
Raw Normal View History

<script type="text/javascript" src="/assets/jquery.smartmenus.min.js"></script>
<script type="text/javascript" src="/assets/jquery.smartmenus.bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/cancer_predict.js"></script>
{{table}}
2019-11-19 09:23:14 +00:00
<style>
.cencer_table_name{
display: inline-block;
vertical-align: middle;
width: 6.25em;
2019-11-19 09:23:14 +00:00
}
.cancer_table_btn{
margin-right: 0.5em;
}
.cancer_table_btn:last-child{
margin-right:auto;
}
#cancer_table{
font-size:0.825em;
}
input.num_only{
color: black;
border-top: 0.125em solid rgb(221, 221, 221);
width: 4.125em;
padding: 0em 0em 0.25em;
border-left: 0.125em solid rgb(221, 221, 221);
text-align: center;
font-size: 0.875em;
background-color: rgb(255, 255, 255);
height: 2.25em;
2019-11-19 09:23:14 +00:00
}
</style>