Additional mods to previous commit (still discussing UTF8 enforcing)
[openemr.git] / patients / css / patientspage.css
blob8371142d6de37cfc6031d0790acfe717cd759760
1 body {
2 font-family: sans-serif;
4 background: url(../images/background.png) no-repeat;
5 background-color: #6692d1;
8 ul {
9 list-style-type:none;
11 span.expand_section {
12 cursor:pointer;
13 color:white;
15 td.menuheadtoolbar {
16 text-align:left;
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;