Merge pull request #2003 from sjpadgett/bug-fix
[openemr.git] / library / ESign / css / esign_report.css
blob2d904d8396f3ed2c3cc2d0e4878663c8b4f5c8e3
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-container {
24 display: table;
27 .esign-signature-log-table {
28 font-size: small;
29 width: 100%;
30 margin-top: 10px;
34 .esign-log-row.header {
35 border-bottom: 1px dashed;
36 text-align: center;
39 .esign-log-row {
40 display: block;
41 float: left;
42 width: 100%;
45 .esign-log-row span {
46 display: block;
47 padding-left: 4px;
48 padding-top: 2px;
49 padding-bottom: 2px;
52 .esign-log-row span.esign-amendment {
53 padding-top: 4px;
54 font-style: italic;
56 .esign-log-row-container {
57 border-bottom: 1px dashed;
58 padding-top: 4px;
59 padding-bottom: 4px;
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;