repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new Sass tool for developing css for LTR and RTL languages easily
[openemr.git]
/
interface
/
themes
/
core
/
patient
/
history.scss
blob
a7f97be658c3eb8cfe40e6a82bfd3cc016481c56
1
/* Patient History */
2
3
#HIS .groupname {
4
font-weight: bold;
5
color: #080;
6
font-size: 9pt;
7
padding-right: 1px;
8
vertical-align: top;
9
height: 2em;
10
}
11
#HIS .label_custom {
12
font-weight: bold;
13
font-size: 9pt;
14
vertical-align: top;
15
}
16
#HIS .data {
17
font-size: 9pt;
18
vertical-align: top;
19
text-align: $left;
20
padding-right: 10px;
21
}