Added ESign api and implemantion of ESign on forms and encounters
[openemr.git] / library / ESign / css / esign.css
blobdd919b73ce7c2754e2885cc3fcdee83054a53a03
1 /**
2 * Custom CSS for ESign module
4 * Copyright (C) 2013 OEMR 501c3 www.oemr.org
6 * LICENSE: This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 3
9 * of the License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
17 * @package OpenEMR
18 * @author Ken Chapple <ken@mi-squared.com>
19 * @author Medical Information Integration, LLC
20 * @link http://www.open-emr.org
21 **/
23 .esign-signature-log-table {
24 display: table;
25 font-size: small;
26 width: 100%;
27 margin-top: 10px;
30 .esign-log-row.header {
31 border-bottom: 1px dashed;
32 text-align: center;
35 .esign-log-row {
36 display: block;
37 float: left;
38 width: 100%;
41 .esign-log-row span {
42 display: block;
43 padding-left: 4px;
44 padding-top: 2px;
45 padding-bottom: 2px;
48 .esign-log-row span.esign-amendment {
49 padding-top: 4px;
50 font-style: italic;
52 .esign-log-row-container {
53 border-bottom: 1px dashed;
54 padding-top: 4px;
55 padding-bottom: 4px;
58 .esign-log-row-container.locked {
59 background-color: pink;
62 .span3 {
63 width: 33%;
66 .span9 {
67 width: 100%;
70 .esign-log-element {
71 display: inline;
72 float: left;
75 .esign-log-element span {
76 padding: 4px;
79 .error {
80 color: red;
83 .esign-signature-form-element {
84 margin-bottom: 4px;
85 width: 100%;
88 .esign-signature-form-element label {
89 display: block;
90 width: 80px;
93 .esign-signature-form-element textarea {
94 width: 100%;
97 .form-edit-button-locked {
98 cursor: default;
101 #esign-mask {
102 position:absolute;
103 left:0;
104 top:0;
105 z-index:9000;
106 background-color:#000;
107 display:none;
110 #esign-mask-content {
111 border:solid 2px #b7ddf2;
112 background-color: gainsboro;
115 .window {
116 position:fixed;
117 left:0;
118 top:0;
119 width:440px;
120 height:auto;
121 display:none;
122 z-index:9999;
123 padding:20px;
125 .rounded {
126 -moz-border-radius:4px;
127 -webkit-border-radius:4px;
128 border-radius:4px;