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
need to specify use of onsetDate as member function rather than global
[openemr.git]
/
patients
/
css
/
patientspage.css
blob
8371142d6de37cfc6031d0790acfe717cd759760
1
body
{
2
font-family
:
sans-serif
;
3
4
background
:
url
(
../images/background.png
)
no-repeat
;
5
background-color
:
#6692d1
;
6
}
7
8
ul
{
9
list-style-type
:
none
;
10
}
11
span
.
expand_section
{
12
cursor
:
pointer
;
13
color
:
white
;
14
}
15
td
.
menuheadtoolbar
{
16
text-align
:
left
;
17
}
18
19
#wrapper
{
20
width
:
600px
;
21
background-color
:
white
;
22
padding
:
20px
;
23
padding-top
:
0px
;
24
position
:
absolute
;
25
/* left: 50%;
26
*/
margin-left
:
50px
;
27
margin-top
:
30px
;
28
-webkit-box-shadow
:
0px 0px 17px 0.8px
gray
;
29
}