new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / tabs.scss
blob30aadd6faebb8845eab06bd952572295cce77684
1 /*
2  * TABS
3 */
5 ul.tabNav {
6     float: $left;
7     list-style: none;
8     width: 100%;
10 ul.tabNav li {
11     float: $left;
12     vertical-align: bottom;
13     text-align: $left;
15 ul.tabNav a {
16     display: block;
18 div.tabContainer {
19     clear: both;
20     float: $left;
21     width: 100%;
23 div.tabContainer div.tab {
24     border: 1px solid #ffffff;
25     color: #000;
26     display: none;
27     padding: 10px;
29 div.tabContainer div.current {
30     display: block;
33 div.tab {
34     min-height: 180px;
35     background: #ffffff none repeat scroll 0 0;
36     margin-bottom: 10px;
37     width: 665px;
39 div.tab_long {
40     min-height: 180px;
41     background: #ffffff none repeat scroll 0 0;
42     margin-bottom: 10px;
43     width: 100%;
45 div.tab p:last-child {
46     margin-bottom: 0;
48 div.tab table td {
49     padding-right: 1px;
50     padding-bottom: 0px;
52 div.tab table td.label_custom {
53     min-width: 80px;
55 div.tab table td.data {
56     min-width: 120px;
58 div.notab {
59     background: #FFFFFF none repeat scroll 0 0;
60     margin-bottom: 10px;
61     width: 100%;
63 div.notab-right {
64     background: #FFFFFF none repeat scroll 0 0;
65     margin-bottom: 10px;
66     width: 100%;
68 .section-header {
69     margin-bottom: 5px;
70     width: 685px;
71     border-bottom: 1px solid;
73 .section-header-dynamic {
74     margin-bottom: 5px;
75     border-bottom: 1px solid;
77 .summary_item {
78     background: #FFFFFF;
79     padding: 8px;
82 @include if-rtl {
83     #sddm li a
84     {
85         padding: 4px 10px;
86     }