source: Dev/trunk/src/client/dojox/widget/FilePicker/FilePicker.css @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.8 KB
Line 
1@import url("../RollingList/RollingList.css");
2
3.dojoxFileInfoPane *{
4        white-space: normal;
5}
6
7.dojoxFileInfoLabel {
8        font-weight: bold;
9        white-space: nowrap;
10}
11
12.dojoxFileInfoPane {
13        width: 20em;
14}
15
16.tundra .dojoxFilePickerItem .dijitMenuItemIcon {
17        background-image: url("images/tundraFileIcons.gif");
18        background-repeat: no-repeat;
19}
20.tundra .dojoxFilePickerItem .dojoxEmpty {
21        background-image: none;
22}
23.tundra .dojoxFilePickerItem .dojoxDirectoryItemIcon {
24        background-position: 0px;
25}
26.tundra .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon {
27        background-position: -16px;
28}
29.tundra .dojoxFilePickerItem .dojoxFileItemIcon {
30        background-position: -32px;
31}
32.tundra .dojoxFilePickerItemSelected .dojoxFileItemIcon {
33        background-position: -48px;
34}
35
36.soria .dojoxFilePickerItem .dijitMenuItemIcon {
37        background-image: url("images/soriaFileIcons.gif");
38        background-repeat: no-repeat;
39}
40.soria .dojoxFilePickerItem .dojoxEmpty {
41        background-image: none;
42}
43.soria .dojoxFilePickerItem .dojoxDirectoryItemIcon {
44        background-position: 0px;
45}
46.soria .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon {
47        background-position: -16px;
48}
49.soria .dojoxFilePickerItem .dojoxFileItemIcon {
50        background-position: -32px;
51}
52.soria .dojoxFilePickerItemSelected .dojoxFileItemIcon {
53        background-position: -48px;
54}
55
56
57.nihilo .dojoxFilePickerItem .dijitMenuItemIcon {
58        background-image: url("images/nihiloFileIcons.gif");
59        background-repeat: no-repeat;
60}
61.nihilo .dojoxFilePickerItem .dojoxEmpty {
62        background-image: none;
63}
64.nihilo .dojoxFilePickerItem .dojoxDirectoryItemIcon {
65        background-position: 0px;
66}
67.nihilo .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon {
68        background-position: -16px;
69}
70.nihilo .dojoxFilePickerItem .dojoxFileItemIcon {
71        background-position: -32px;
72}
73.nihilo .dojoxFilePickerItemSelected .dojoxFileItemIcon {
74        background-position: -48px;
75}
76
Note: See TracBrowser for help on using the repository browser.