You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klhis/hcemr_new/select/css/tx.css

28 lines
472 B

.container,.display{
width:500px;
margin:0 auto
}
table{
margin:0 auto
}
#topTemplate td:not(.verticalLine),#bottomTemplate td:not(.verticalLine){
width:40px;
height:40px;
border-radius:40px;
border:1px solid black;
cursor: pointer;
}
.verticalLine{
border-right:1px solid black
}
.horizentalLine{
border-top:1px solid black
}
.selected{
background:#07BCD3;
}
button{
margin-top:30px;
float:right;
cursor: pointer;
}