Subversion Repository Public Repository

litesoft

Diff Revisions 246 vs 247 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/public/common/litesoft_common.css

Diff revisions: vs.
  @@ -3,8 +3,7 @@
3 3 }
4 4
5 5 .litesoft-HostedMode {
6 - background-image: url(images/misc/layout_template.gif);
7 - background-position: top left;
6 + background: url(images/misc/layout_template.gif) top left;
8 7 }
9 8
10 9 .GreenBackground {
  @@ -27,6 +26,25 @@
27 26 background-color: #ff6600;
28 27 }
29 28
29 + .BGImageButton-CloseX
30 + {
31 + width: 22px;
32 + height: 22px;
33 + cursor: pointer;
34 + }
35 +
36 + .BGImageButton-CloseX-Regular {
37 + background: url("images/BGImageButtons/CloseX/Regular.cache.gif") no-repeat;
38 + }
39 +
40 + .BGImageButton-CloseX-Mouseover {
41 + background: url("images/BGImageButtons/CloseX/Mouseover.cache.gif") no-repeat;
42 + }
43 +
44 + .BGImageButton-CloseX-Mousedown {
45 + background: url("images/BGImageButtons/CloseX/Mousedown.cache.gif") no-repeat;
46 + }
47 +
30 48 .BGImageButton-Add,
31 49 .BGImageButton-Trash, /* Clear? */
32 50 .BGImageButton-Edit,
  @@ -37,7 +55,6 @@
37 55 .BGImageButton-SmallRed,
38 56 .BGImageButton-SmallYellow,
39 57 .BGImageButton-Subtract,
40 - /* WindowClose - CloseX */
41 58 .BGImageButton-DigitZero /* Zero? */
42 59 {
43 60 width: 16px;
  @@ -464,8 +481,8 @@
464 481
465 482 .gwt-SuggestBoxPopup {
466 483 background-color: #C9EEFF;
467 - padding-left: 0px;
468 - padding-right: 0px;
484 + padding-left: 0;
485 + padding-right: 0;
469 486 border: solid 1px #003C74;
470 487 }
471 488
  @@ -507,7 +524,7 @@
507 524 .AccordionTable-headerCell td,
508 525 .AccordionTable-footerCell,
509 526 .AccordionTable-dataCell {
510 - /*padding: 2px 10px 2px 6px;*//* now set programatically */
527 + /*padding: 2px 10px 2px 6px;*//* now set in code */
511 528 overflow: hidden; /*text-align: left;*/
512 529 }
513 530
  @@ -864,8 +881,7 @@
864 881
865 882 .litesoft-DialogOuterBorderTop {
866 883 height: 20px;
867 - background-image: url(images/misc/dialogShadow/ShadowUpStraight.cache.png);
868 - background-repeat: repeat-x;
884 + background: url(images/misc/dialogShadow/ShadowUpStraight.cache.png) repeat-x;
869 885 }
870 886
871 887 .litesoft-DialogOuterBorderRightTop {
  @@ -876,14 +892,12 @@
876 892
877 893 .litesoft-DialogOuterBorderLeft {
878 894 width: 20px;
879 - background-image: url(images/misc/dialogShadow/ShadowLeftStraight.cache.png);
880 - background-repeat: repeat-y;
895 + background: url(images/misc/dialogShadow/ShadowLeftStraight.cache.png) repeat-y;
881 896 }
882 897
883 898 .litesoft-DialogOuterBorderRight {
884 899 width: 20px;
885 - background-image: url(images/misc/dialogShadow/ShadowRightStraight.cache.png);
886 - background-repeat: repeat-y;
900 + background: url(images/misc/dialogShadow/ShadowRightStraight.cache.png) repeat-y;
887 901 }
888 902
889 903 .litesoft-DialogOuterBorderLeftBottom {
  @@ -894,8 +908,7 @@
894 908
895 909 .litesoft-DialogOuterBorderBottom {
896 910 height: 20px;
897 - background-image: url(images/misc/dialogShadow/ShadowDownStraight.cache.png);
898 - background-repeat: repeat-x;
911 + background: url(images/misc/dialogShadow/ShadowDownStraight.cache.png) repeat-x;
899 912 }
900 913
901 914 .litesoft-DialogOuterBorderRightBottom {
  @@ -912,8 +925,7 @@
912 925
913 926 .ReallyIE6 .litesoft-DialogOuterBorderTop {
914 927 height: 20px;
915 - background-image: url(images/misc/dialogShadow/IE6_ShadowUpStraight.cache.gif);
916 - background-repeat: repeat-x;
928 + background: url(images/misc/dialogShadow/IE6_ShadowUpStraight.cache.gif) repeat-x;
917 929 }
918 930
919 931 .ReallyIE6 .litesoft-DialogOuterBorderRightTop {
  @@ -924,14 +936,12 @@
924 936
925 937 .ReallyIE6 .litesoft-DialogOuterBorderLeft {
926 938 width: 20px;
927 - background-image: url(images/misc/dialogShadow/IE6_ShadowLeftStraight.cache.gif);
928 - background-repeat: repeat-y;
939 + background: url(images/misc/dialogShadow/IE6_ShadowLeftStraight.cache.gif) repeat-y;
929 940 }
930 941
931 942 .ReallyIE6 .litesoft-DialogOuterBorderRight {
932 943 width: 20px;
933 - background-image: url(images/misc/dialogShadow/IE6_ShadowRightStraight.cache.gif);
934 - background-repeat: repeat-y;
944 + background: url(images/misc/dialogShadow/IE6_ShadowRightStraight.cache.gif) repeat-y;
935 945 }
936 946
937 947 .ReallyIE6 .litesoft-DialogOuterBorderLeftBottom {
  @@ -942,8 +952,7 @@
942 952
943 953 .ReallyIE6 .litesoft-DialogOuterBorderBottom {
944 954 height: 20px;
945 - background-image: url(images/misc/dialogShadow/IE6_ShadowDownStraight.cache.gif);
946 - background-repeat: repeat-x;
955 + background: url(images/misc/dialogShadow/IE6_ShadowDownStraight.cache.gif) repeat-x;
947 956 }
948 957
949 958 .ReallyIE6 .litesoft-DialogOuterBorderRightBottom {
  @@ -1245,8 +1254,7 @@
1245 1254 }
1246 1255
1247 1256 .frmRadioBtn {
1248 - padding: 0;
1249 - padding-right: 15px;
1257 + padding: 0 15px 0 0;
1250 1258 }
1251 1259
1252 1260 .frmChkBox {
  @@ -1416,7 +1424,7 @@
1416 1424
1417 1425 /****************************************/
1418 1426
1419 - /* A fix for IE not shading disabled Textarea properly */
1427 + /* A fix for IE not shading disabled Text Area properly */
1420 1428 .EnabledTextArea {
1421 1429 background-color: #FFFFFF;
1422 1430 }
  @@ -1638,7 +1646,7 @@
1638 1646 }
1639 1647
1640 1648 /********************************/
1641 - /******* Fieldset & Legend ******/
1649 + /******* FieldSet & Legend ******/
1642 1650 /********************************/
1643 1651 .Buttons legend {
1644 1652 font-family: Arial, sans-serif;
  @@ -1760,7 +1768,7 @@
1760 1768 }
1761 1769
1762 1770 .QBEstatus .QBEmsg {
1763 - Padding: 3px;
1771 + padding: 3px;
1764 1772 }
1765 1773
1766 1774 .QBEstatus .QBEmsg div {
  @@ -1890,7 +1898,6 @@
1890 1898 background-image: url(images/BigButton/Regular/W.cache.gif);
1891 1899 }
1892 1900
1893 - /* Mouseover */
1894 1901 .Mouseover .BigButton .CP_NW {
1895 1902 background-image: url(images/BigButton/Mouseover/NW.cache.gif);
1896 1903 }
  @@ -1923,7 +1930,6 @@
1923 1930 background-image: url(images/BigButton/Mouseover/W.cache.gif);
1924 1931 }
1925 1932
1926 - /* Mousedown */
1927 1933 .Mousedown .BigButton .CP_NW {
1928 1934 background-image: url(images/BigButton/Mousedown/NW.cache.gif);
1929 1935 }
  @@ -2026,14 +2032,12 @@
2026 2032 background-color: #A2C1ED;
2027 2033 }
2028 2034
2029 - /* Mouseover */
2030 2035 .Mouseover .RegButton .CP_PreCenter,
2031 2036 .Mouseover .RegButton .CP_center,
2032 2037 .Mouseover .RegButton .CP_PostCenter {
2033 2038 background-color: #CEE7FF;
2034 2039 }
2035 2040
2036 - /* Mousedown */
2037 2041 .Mousedown .RegButton .CP_PreCenter,
2038 2042 .Mousedown .RegButton .CP_center,
2039 2043 .Mousedown .RegButton .CP_PostCenter {
  @@ -2100,7 +2104,6 @@
2100 2104 background-image: url(images/RegButton/Regular/W.cache.gif);
2101 2105 }
2102 2106
2103 - /* Mouseover */
2104 2107 .Mouseover .RegButton .CP_NW {
2105 2108 background-image: url(images/RegButton/Mouseover/NW.cache.gif);
2106 2109 }
  @@ -2133,7 +2136,6 @@
2133 2136 background-image: url(images/RegButton/Mouseover/W.cache.gif);
2134 2137 }
2135 2138
2136 - /* Mousedown */
2137 2139 .Mousedown .RegButton .CP_NW {
2138 2140 background-image: url(images/RegButton/Mousedown/NW.cache.gif);
2139 2141 }
  @@ -2280,7 +2282,6 @@
2280 2282 background-image: url(images/RedButton/Regular/W.cache.gif);
2281 2283 }
2282 2284
2283 - /* Mouseover */
2284 2285 .Mouseover .RedButton .CP_NW {
2285 2286 background-image: url(images/RedButton/Mouseover/NW.cache.gif);
2286 2287 }
  @@ -2313,7 +2314,6 @@
2313 2314 background-image: url(images/RedButton/Mouseover/W.cache.gif);
2314 2315 }
2315 2316
2316 - /* Mousedown */
2317 2317 .Mousedown .RedButton .CP_NW {
2318 2318 background-image: url(images/RedButton/Mousedown/NW.cache.gif);
2319 2319 }
  @@ -2460,7 +2460,6 @@
2460 2460 background-image: url(images/GreenButton/Regular/W.cache.gif);
2461 2461 }
2462 2462
2463 - /* Mouseover */
2464 2463 .Mouseover .GreenButton .CP_NW {
2465 2464 background-image: url(images/GreenButton/Mouseover/NW.cache.gif);
2466 2465 }
  @@ -2493,7 +2492,6 @@
2493 2492 background-image: url(images/GreenButton/Mouseover/W.cache.gif);
2494 2493 }
2495 2494
2496 - /* Mousedown */
2497 2495 .Mousedown .GreenButton .CP_NW {
2498 2496 background-image: url(images/GreenButton/Mousedown/NW.cache.gif);
2499 2497 }