Expandable_forms_user_specific (#1888)
[openemr.git] / interface / themes / oe-common / help-files-common.scss
blobf40b6c4863b55ba765a2b5b0e3bf0a931592301d
1 /*-----------------------openemr5.0.2 help files styling---------------------- */
3 .oe-help-container a , .oe-help-container a:not(.btn), .oe-help-container a:not(oe-help-redirect){
4     text-decoration: none !important;
5     color: #676666;
6     font-weight: 700;
8 .oe-help-container h2>a {
9     font-weight: 500 !important;
11 .oe-help-heading {
12     color:#676666;
13     background-color: #E4E2E0;
14     border-color: #DADADA;
15     padding: 10px 5px;
16     border-radius: 5px;
18 .oe-text-orange {
19     color: orange;
21 .oe-text-red {
22     color: red;
24 .oe-text-green {
25     color: green;
27 .oe-text-black {
28     color: black;
30 .oe-no-float {
31     float: none !important;
33 .oe-inline {
34     display: inline !important;
36 .oe-superscript {
37     position: relative;
38     top: -0.5em;
39     font-size: 70% !important;
41 .oe-superscript-small {
42 position: relative;
43 top: -1.2em;
44 font-size: 50%!important;
46 .oe-pull-toward {
47     float:left !important;
49 .oe-pull-away {
50     float:right !important;
52 .oe-margin-toward {
53     margin-left:30px;
55 /*-----------------------openemr5.0.2 help files styling---------------------- */