root / trunk / web / dojo / dojox / widget / FilePicker / FilePicker.css @ 13
History | View | Annotate | Download (5.14 KB)
| 1 | 9 | andrej.cim | .dojoxRollingList {
|
|---|---|---|---|
| 2 | border: 1px solid #000; |
||
| 3 | height: 20em; |
||
| 4 | background-color: #FFF; |
||
| 5 | position: relative; |
||
| 6 | } |
||
| 7 | .dijitPopup .dojoxRollingList { |
||
| 8 | position: static; |
||
| 9 | } |
||
| 10 | .dojoxRollingListContainer {
|
||
| 11 | overflow: scroll; |
||
| 12 | overflow-y: hidden; |
||
| 13 | overflow-x: scroll; |
||
| 14 | white-space: nowrap; |
||
| 15 | } |
||
| 16 | .dojoxRollingListButtons {
|
||
| 17 | position: absolute; |
||
| 18 | right: 5px; |
||
| 19 | padding: 5px 0px; |
||
| 20 | } |
||
| 21 | .dojoxRollingListButtonsHidden .dojoxRollingListButtons { |
||
| 22 | display: none; |
||
| 23 | } |
||
| 24 | .dojoxRollingListPane {
|
||
| 25 | overflow: scroll; |
||
| 26 | overflow-x: hidden; |
||
| 27 | overflow-y: scroll; |
||
| 28 | display:-moz-inline-box; |
||
| 29 | display:inline-block; |
||
| 30 | #zoom: 1; |
||
| 31 | #display:inline; |
||
| 32 | border:0; |
||
| 33 | padding:0; |
||
| 34 | vertical-align:middle; |
||
| 35 | #vertical-align: auto; |
||
| 36 | } |
||
| 37 | .dojoxRollingListPane .dijitMenuItem td { |
||
| 38 | width: 1px; |
||
| 39 | } |
||
| 40 | .dojoxRollingListPane .dijitMenuItem td.dijitMenuItemLabel { |
||
| 41 | width: auto; |
||
| 42 | } |
||
| 43 | .dojoxRollingListPane .dijitMenuItemLabel, |
||
| 44 | .dojoxRollingListPane .dijitMenuItemIcon { |
||
| 45 | position: static !important; |
||
| 46 | } |
||
| 47 | .dj_webkit .dojoxRollingListPane, |
||
| 48 | .dj_ie .dojoxRollingListPane { |
||
| 49 | padding-right: 15px; |
||
| 50 | } |
||
| 51 | .dojoxRollingListPane .dijitMenu { |
||
| 52 | border: none !important; |
||
| 53 | } |
||
| 54 | .dojoxRollingListItem {
|
||
| 55 | cursor: default; |
||
| 56 | } |
||
| 57 | .tundra .dojoxRollingList { |
||
| 58 | border-color: #b3b3b3; |
||
| 59 | } |
||
| 60 | .tundra .dijitPopup .dojoxRollingList { |
||
| 61 | border-color: #406b9b; |
||
| 62 | } |
||
| 63 | .tundra .dojoxRollingListPane { |
||
| 64 | background-color: #f7f7f7; |
||
| 65 | } |
||
| 66 | .tundra .dojoxRollingListPane .dojoxRollingListItemHover, |
||
| 67 | .tundra .dojoxRollingListPane .dojoxRollingListItemFocus { |
||
| 68 | background-color: #e3e3e3; |
||
| 69 | } |
||
| 70 | .tundra .dojoxRollingListPane .dojoxRollingListItemSelected { |
||
| 71 | color: #fff; |
||
| 72 | background-color: #999; |
||
| 73 | font-weight: bold; |
||
| 74 | } |
||
| 75 | .tundra .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { |
||
| 76 | background-color: #3559ac; |
||
| 77 | } |
||
| 78 | .tundra .dojoxRollingListPane .dojoxRollingListItemHoverSelected, |
||
| 79 | .tundra .dojoxRollingListPane .dojoxRollingListItemFocusSelected { |
||
| 80 | background-color: #9aacd6; |
||
| 81 | } |
||
| 82 | .tundra .dojoxRollingListItem { |
||
| 83 | font-family: inherit; |
||
| 84 | } |
||
| 85 | .soria .dojoxRollingList { |
||
| 86 | border-color: #8ba0bd; |
||
| 87 | } |
||
| 88 | .soria .dijitPopup .dojoxRollingList { |
||
| 89 | border-color: #406b9b; |
||
| 90 | } |
||
| 91 | .soria .dojoxRollingListPane { |
||
| 92 | background-color: #fff; |
||
| 93 | } |
||
| 94 | .soria .dojoxRollingListPane .dojoxRollingListItemHover, |
||
| 95 | .soria .dojoxRollingListPane .dojoxRollingListItemFocus { |
||
| 96 | background-color: #e3e3e3; |
||
| 97 | } |
||
| 98 | .soria .dojoxRollingListPane .dojoxRollingListItemSelected { |
||
| 99 | color: #243C5F; |
||
| 100 | background-color: #ccc; |
||
| 101 | font-weight: bold; |
||
| 102 | } |
||
| 103 | .soria .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { |
||
| 104 | background-color: #d9e6f9; |
||
| 105 | } |
||
| 106 | .soria .dojoxRollingListPane .dojoxRollingListItemHoverSelected, |
||
| 107 | .soria .dojoxRollingListPane .dojoxRollingListItemFocusSelected { |
||
| 108 | background-color: #ecf3fc; |
||
| 109 | } |
||
| 110 | .soria .dojoxRollingListItem { |
||
| 111 | font-family: inherit; |
||
| 112 | } |
||
| 113 | .nihilo .dojoxRollingList { |
||
| 114 | border-color: #d3d3d3; |
||
| 115 | } |
||
| 116 | .nihilo .dijitPopup .dojoxRollingList { |
||
| 117 | border-color: #b3b3b3; |
||
| 118 | } |
||
| 119 | .nihilo .dojoxRollingListPane { |
||
| 120 | background-color: #fff; |
||
| 121 | } |
||
| 122 | .nihilo .dojoxRollingListPane .dojoxRollingListItemHover, |
||
| 123 | .nihilo .dojoxRollingListPane .dojoxRollingListItemFocus { |
||
| 124 | background-color: #e3e3e3; |
||
| 125 | } |
||
| 126 | .nihilo .dojoxRollingListPane .dojoxRollingListItemSelected { |
||
| 127 | color: #243C5F; |
||
| 128 | background-color: #ccc; |
||
| 129 | font-weight: bold; |
||
| 130 | } |
||
| 131 | .nihilo .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { |
||
| 132 | background-color: #ffe284; |
||
| 133 | } |
||
| 134 | .nihilo .dojoxRollingListPane .dojoxRollingListItemHoverSelected, |
||
| 135 | .nihilo .dojoxRollingListPane .dojoxRollingListItemFocusSelected { |
||
| 136 | background-color: #fff1c2; |
||
| 137 | } |
||
| 138 | .nihilo .dojoxRollingListItem { |
||
| 139 | font-family: inherit; |
||
| 140 | } |
||
| 141 | .dojoxFileInfoPane *{ |
||
| 142 | white-space: normal; |
||
| 143 | } |
||
| 144 | .dojoxFileInfoLabel {
|
||
| 145 | font-weight: bold; |
||
| 146 | white-space: nowrap; |
||
| 147 | } |
||
| 148 | .dojoxFileInfoPane {
|
||
| 149 | width: 20em; |
||
| 150 | } |
||
| 151 | .tundra .dojoxFilePickerItem .dijitMenuItemIcon { |
||
| 152 | background-image: url("images/tundraFileIcons.gif"); |
||
| 153 | background-repeat: no-repeat; |
||
| 154 | } |
||
| 155 | .tundra .dojoxFilePickerItem .dojoxEmpty { |
||
| 156 | background-image: none; |
||
| 157 | } |
||
| 158 | .tundra .dojoxFilePickerItem .dojoxDirectoryItemIcon { |
||
| 159 | background-position: 0px; |
||
| 160 | } |
||
| 161 | .tundra .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { |
||
| 162 | background-position: -16px; |
||
| 163 | } |
||
| 164 | .tundra .dojoxFilePickerItem .dojoxFileItemIcon { |
||
| 165 | background-position: -32px; |
||
| 166 | } |
||
| 167 | .tundra .dojoxFilePickerItemSelected .dojoxFileItemIcon { |
||
| 168 | background-position: -48px; |
||
| 169 | } |
||
| 170 | .soria .dojoxFilePickerItem .dijitMenuItemIcon { |
||
| 171 | background-image: url("images/soriaFileIcons.gif"); |
||
| 172 | background-repeat: no-repeat; |
||
| 173 | } |
||
| 174 | .soria .dojoxFilePickerItem .dojoxEmpty { |
||
| 175 | background-image: none; |
||
| 176 | } |
||
| 177 | .soria .dojoxFilePickerItem .dojoxDirectoryItemIcon { |
||
| 178 | background-position: 0px; |
||
| 179 | } |
||
| 180 | .soria .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { |
||
| 181 | background-position: -16px; |
||
| 182 | } |
||
| 183 | .soria .dojoxFilePickerItem .dojoxFileItemIcon { |
||
| 184 | background-position: -32px; |
||
| 185 | } |
||
| 186 | .soria .dojoxFilePickerItemSelected .dojoxFileItemIcon { |
||
| 187 | background-position: -48px; |
||
| 188 | } |
||
| 189 | .nihilo .dojoxFilePickerItem .dijitMenuItemIcon { |
||
| 190 | background-image: url("images/nihiloFileIcons.gif"); |
||
| 191 | background-repeat: no-repeat; |
||
| 192 | } |
||
| 193 | .nihilo .dojoxFilePickerItem .dojoxEmpty { |
||
| 194 | background-image: none; |
||
| 195 | } |
||
| 196 | .nihilo .dojoxFilePickerItem .dojoxDirectoryItemIcon { |
||
| 197 | background-position: 0px; |
||
| 198 | } |
||
| 199 | .nihilo .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { |
||
| 200 | background-position: -16px; |
||
| 201 | } |
||
| 202 | .nihilo .dojoxFilePickerItem .dojoxFileItemIcon { |
||
| 203 | background-position: -32px; |
||
| 204 | } |
||
| 205 | .nihilo .dojoxFilePickerItemSelected .dojoxFileItemIcon { |
||
| 206 | background-position: -48px; |
||
| 207 | } |