new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / patient / notes.scss
blobf9c8ad60a8b7916766f8f1a1a52e801463da18cf
1 /*=============================================================
2  * Patient Notes
3  * seen in the patient summary and notes screens
4  *============================================================*/
6 #pnotes .billing {
7     background-color: #dfd;
9 #pnotes .highlight {
10     background-color: #fff;
12 #pnotes table {
13     border-collapse: collapse;
15 #pnotes .noterow {
16     cursor: pointer;
18 #pnotes .noterow td {
19     border-bottom: 1px dashed black;
20     vertical-align: top;
21     padding: 5px;
22     margin: 5px;
24 #pnotes_ps_expand div.tab table td {
25     padding-right: 10px;
28 #pnotes #pnotes_title{
29     float:$left;
30     margin-right: 5px
33 #pnotes #namecontainer_pnotes {
34     float:$left;
35     margin-right:10px