Import src directory from OpenRico 2.1
[misc/kostenrechnung] / lib / rico / css / ricoLiveGridForms.css
1 /* ricoLiveGridForms */
2
3 span.ricoSaveMsg {
4   background-color:yellow;
5 }
6
7 span.ricoSessionTimer {
8   background-color:black;
9   color:white;
10 }
11
12 div.ricoLG_editDiv, div.ricoLG_editResponseDiv {
13   color:#000; background:#E8ECF3;
14   overflow:auto;
15   padding:8px;
16   border: 1px solid navy;
17   position:absolute;
18   z-index:300;
19   top:0px;
20   left:0px;
21 }
22
23 div.ricoLG_editDiv *, div.ricoLG_editResponseDiv {
24   font-size: 10pt;
25 }
26
27 form .ricoEditLabel, form .ricoEditLabelWithHelp {
28   font-weight: bold;
29   text-align: left;
30   padding-right: 1em;
31 }
32
33 form .ricoEditLabelWithHelp {
34   color: navy;
35 }
36
37 form {
38   margin:0px;
39 }
40
41 .tabHeader {
42   height: 1.8em;
43         color : #AAA;
44         background: #D8E0F2;
45         font-weight : bold;
46   float: left;
47   display: inline;
48   margin-left: 2px;
49   margin-right: 2px;
50   text-align: center;
51   white-space:nowrap;
52   overflow:hidden;
53 }
54
55 .tabHover {
56         color : #666;
57   cursor: pointer;
58 }
59
60 .tabSelected {
61         color : #444;
62         background: #CFD4E6;
63   cursor: auto;
64 }
65
66 .tabContentContainer {
67   clear:both;
68 }
69
70 div.ricoLG_editDiv .tabContent, div.ricoLG_editDiv .noTabContent {
71   color:#000; background:#CFD4E6;
72   overflow: hidden;
73   padding: 4px;
74   white-space:nowrap;
75 }
76
77 div.ricoLG_editDiv .noTabContent {
78   float:left;  /* required by IE7 */
79 }
80
81 span.ricoLookup {
82   display:none;
83 }
84