Skip to content
Snippets Groups Projects

finsihed appointment types are highlighted in the visit detail view

Merged Piotr Gawron requested to merge 115-show-completed-appointment-types-on-visit-page into master
4 files
+ 69
25
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -26,4 +26,15 @@
.top-buffer {
margin-top: 20px;
}
.checkbox-circle {
width: 10px;
height: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float:left;
margin:5px;
display: inline;
}
\ No newline at end of file
Loading