Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/DATT/GWT/App/src/org/litesoft/datt/public/DATT.css

Diff revisions: vs.
  @@ -1,16 +1,49 @@
1 + .CACHE_BUG {
2 + margin: 9px;
3 + border: 2px solid transparent;
4 + }
1 5
2 - .CACHE_BUG { margin:9px; border:2px solid transparent; }
3 6 /*.CACHE_BUG { margin:9px; border:2px solid red; }*/
4 7 /*.CACHE_BUG { margin:9px; border:2px solid green; }*/
5 8
6 - .RestrictedResourcesPopupPanel .popupContent { padding:4px; background-color:#efedd8; border-left:1px solid #999999; border-top:1px solid #999999; border-right:1px solid #666666; border-bottom:1px solid #666666;}
7 - .RestrictedResourcesPopupPanel .popupContent .gwt-Label { font-family:Arial, sans-serif; font-size:12px; font-weight:normal; }
9 + .RestrictedResourcesPopupPanel .popupContent {
10 + padding: 4px;
11 + background-color: #efedd8;
12 + border-left: 1px solid #999999;
13 + border-top: 1px solid #999999;
14 + border-right: 1px solid #666666;
15 + border-bottom: 1px solid #666666;
16 + }
8 17
9 - .EditDialogDescriptionPanel { padding-top:10px; padding-bottom:10px; }
10 - .EditDialogDescriptionPanel .gwt-Label { font-size:90%; }
11 - .EditDialogFieldsPanel_Disabled .gwt-Label { color:#666666; }
12 - .EditDialogFieldsPanel_Disabled .frmTxtFld { background-color:#eeeeee; }
18 + .RestrictedResourcesPopupPanel .popupContent .gwt-Label {
19 + font-family: Arial, sans-serif;
20 + font-size: 12px;
21 + font-weight: normal;
22 + }
13 23
14 - .LogoWrapper { }
15 - .DATTLogo { position:absolute; top:0; left:0; }
24 + .EditDialogDescriptionPanel {
25 + padding-top: 10px;
26 + padding-bottom: 10px;
27 + }
28 +
29 + .EditDialogDescriptionPanel .gwt-Label {
30 + font-size: 90%;
31 + }
32 +
33 + .EditDialogFieldsPanel_Disabled .gwt-Label {
34 + color: #666666;
35 + }
36 +
37 + .EditDialogFieldsPanel_Disabled .frmTxtFld {
38 + background-color: #eeeeee;
39 + }
40 +
41 + .LogoWrapper {
42 + }
43 +
44 + .DATTLogo {
45 + position: absolute;
46 + top: 0;
47 + left: 0;
48 + }
16 49