new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / documents.scss
blob8e72216566768118cc0da837d231e70f9febe2c1
1 /* styles taken out of templates/documents/general_list.html */
3 #documents_list {
4     width: 29%;
5     height: 95%;
6     overflow: auto;
7     float: $left;
8     border-right: dashed 1px;
9     td {
10         font-size: 8pt;
11     }
12     a {
13         font-size: 8pt;
14     }
15     .treeMenuDefault {
16         font-style: italic;
17     }
18     .treeMenuBold {
19         font-style: italic;
20         font-weight: bold;
21     }
23 #documents_actions {
24     padding-top: 10px;
25     width: 70%;
26     height: 95%;
27     float: $right;
28     overflow: auto;
29     iframe {
30         display: inline;
31         border: none;
32         width: 100%;
33         height: 600px;
34         overflow: auto;
35     }
36     form {
37         margin: 0px;
38         padding: 0px;
39     }
40     table {
41         width: 100%;
42         height: 95%;
43     }