Contributed GYM Forms, some of the table.sql files include inserts into list_options...
[openemr.git] / contrib / forms / dub_soap / style.css
blob7feab16dbdca359348c9acd41b2a8781e7513145
1 /* This CSS is used ONLY by the form defined in this same folder
2 * customize it as you see fit for your specific form
3 */
5 /* turn off borders for fieldsets, to make them invisible */
6 fieldset {
7 border: none;
10 /* links should be undersized */
11 .link {
12 font-size: 80%;
15 /* links should grow when clicked */
16 .link_submit {
17 font-size: 120%;
21 /* give section objects blue borders, bold cell labels, */
22 .section {
23 border: solid;
24 border-width: 1px;
25 border-color: #0000ff;
26 margin: 0 0 0 10pt;
27 padding: 5pt;
30 /* prevent the checkboxes on our sections from bunching up. */
31 span.sectionlabel {
32 page-break-after: always;
35 /* disappear the top button bar */
36 .top_buttons {
37 display: none;
40 /* center the bottom button bar */
41 .button_bar {
42 text-align: center;
45 /* section labels should be visible, and bold in view, new, ??...*/
46 .sectionlabel {
47 font-family: sans-serif;
48 font-weight: bold;
51 /* section labels on the show page. turn them green, and bold. */
52 #show .sectionlabel {
53 color: #080;
54 font-family: sans-serif;
55 font-weight: bold;
56 font-size: 9pt;
57 padding-right: 5px;
58 height: 2em;
62 /* field labels should also be visible, and bold. */
63 .fieldlabel {
64 font-family: sans-serif;
65 font-weight: bold;
66 font-size: 9pt;
67 padding-right: 5px;
68 height: 2em;
71 /* field labels on the show page. turn them bold. */
72 #show .fieldlabel {
73 font-family: sans-serif;
74 font-weight: bold;
75 font-size: 9pt;
76 padding-right: 5px;
77 width: 25%;
80 /* Put some spacing around the edges of the form. */
81 body {
82 padding: 5pt 5pt 5pt 5pt;
85 /* Use a single font style for most objects in this page. */
86 body, td, select {
87 font-family: Arial, Helvetica, sans-serif;
90 input {
91 font-family: Arial, Helvetica, sans-serif;
94 .save {
95 margin-left: 2pt;
96 margin-right: 2pt;
99 .dontsave {
100 margin-left: 2pt;
101 margin-right: 2pt;
104 .print {
105 margin-left: 2pt;
106 margin-right: 2pt;
109 /* HACK: keep textareas at an eight point font, so they don't get too wide for our 750px 'view' and 'new' pages. */
110 textarea {
111 font-size: 8pt;