[483] | 1 | @import url("Grid.css"); |
---|
| 2 | @import url("Grid_rtl.css"); |
---|
| 3 | |
---|
| 4 | .nihilo .dojoxGrid { |
---|
| 5 | background-color: #e9e9e9; |
---|
| 6 | font-size: 0.85em; /* inherit font-family from dojo.css */ |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | /* master messages */ |
---|
| 10 | |
---|
| 11 | .nihilo .dojoxGridMasterMessages { |
---|
| 12 | background-color: #fefefe; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | /* header */ |
---|
| 16 | |
---|
| 17 | .nihilo .dojoxGridHeader { |
---|
| 18 | background-color: #e9e9e9; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | .nihilo .dojoxGridHeader .dojoxGridCell { |
---|
| 22 | border-width: 1px; |
---|
| 23 | padding-bottom: 0px; |
---|
| 24 | border-color: transparent #ACA899 #919191 transparent; |
---|
| 25 | background: url(../../../dijit/themes/nihilo/images/titleBar.png) #e9e9e9 repeat-x top; |
---|
| 26 | color: #000 !important; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | .nihilo .dojoxGridHeader .dojoxGridCellOver { |
---|
| 30 | background: url(../../../dijit/themes/nihilo/images/titleBarActive.png) #e9e9e9 repeat-x top; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | .nihilo .dojoxGridHeader .dojoxGridCellFocus { |
---|
| 34 | border-color: #ACA899 #919191; |
---|
| 35 | border-style: dashed; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | .nihilo .dojoxGridArrowButtonChar { |
---|
| 39 | float: right; |
---|
| 40 | display: none; |
---|
| 41 | } |
---|
| 42 | .nihilo .dojoxGridArrowButtonNode { |
---|
| 43 | display: block !important; |
---|
| 44 | padding-left: 0px; |
---|
| 45 | float: right; |
---|
| 46 | background:url("../../../dijit/themes/nihilo/images/spriteArrows.png") left center no-repeat; |
---|
| 47 | width: 11px; |
---|
| 48 | height: 1em; |
---|
| 49 | margin-top: 1px; |
---|
| 50 | } |
---|
| 51 | .dj_ie6 .nihilo .dojoxGridArrowButtonNode { |
---|
| 52 | background-image:url("../../../dijit/themes/nihilo/images/spriteArrows.gif"); |
---|
| 53 | margin-left: 0px; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | .nihilo .dojoxGridSortUp .dojoxGridArrowButtonNode { |
---|
| 57 | background-position: -21px; |
---|
| 58 | } |
---|
| 59 | .dijit_a11y .nihilo .dojoxGridArrowButtonNode { |
---|
| 60 | display: none !important; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | /* content */ |
---|
| 64 | |
---|
| 65 | .nihilo .dojoxGridScrollbox { |
---|
| 66 | background-color: #fefefe; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | /* rowbar */ |
---|
| 70 | |
---|
| 71 | .nihilo .dojoxGridRowbar { |
---|
| 72 | border: none; |
---|
| 73 | background: url(../../../dijit/themes/nihilo/images/titleBar.png) #e9e9e9 repeat-y right; |
---|
| 74 | border-right: 1px solid #ccc; |
---|
| 75 | padding: 0px; |
---|
| 76 | } |
---|
| 77 | |
---|
| 78 | .nihilo .dojoxGridRowbarInner { |
---|
| 79 | border: none; |
---|
| 80 | border-bottom: 1px solid #ccc; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | .nihilo .dojoxGridRowbarOver { |
---|
| 84 | background: url(../../../dijit/themes/nihilo/images/titleBarActive.png) #e9e9e9 repeat-y right; |
---|
| 85 | } |
---|
| 86 | |
---|
| 87 | .nihilo .dojoxGridRowbarSelected { |
---|
| 88 | background: url(../../../dijit/themes/nihilo/images/titleBar.png) #D9E8F9 no-repeat center; |
---|
| 89 | border-right: 1px solid #ccc; |
---|
| 90 | } |
---|
| 91 | |
---|
| 92 | /* rows */ |
---|
| 93 | |
---|
| 94 | .nihilo .dojoxGridRow { |
---|
| 95 | border: none; |
---|
| 96 | background-color: white; |
---|
| 97 | } |
---|
| 98 | |
---|
| 99 | .nihilo .dojoxGridRowOver { |
---|
| 100 | border-top-color: #ccc; |
---|
| 101 | border-bottom-color: #ccc; |
---|
| 102 | } |
---|
| 103 | |
---|
| 104 | .nihilo .dojoxGridRowOver .dojoxGridCell { |
---|
| 105 | background-color: #ffe284; |
---|
| 106 | } |
---|
| 107 | |
---|
| 108 | .nihilo .dojoxGridRowOdd { |
---|
| 109 | background-color: #f2f5f9; |
---|
| 110 | } |
---|
| 111 | |
---|
| 112 | .nihilo .dojoxGridRowSelected { |
---|
| 113 | background-color: #aec7e3; |
---|
| 114 | } |
---|
| 115 | |
---|
| 116 | .dijit_a11y .nihilo .dojoxGridRowSelected { |
---|
| 117 | background-color: #aec7e3; |
---|
| 118 | border-style: solid; |
---|
| 119 | } |
---|
| 120 | |
---|
| 121 | /* cells */ |
---|
| 122 | |
---|
| 123 | .nihilo .dojoxGridCell { |
---|
| 124 | border: 1px dotted #D5CDB5; |
---|
| 125 | border-left-color: transparent; |
---|
| 126 | border-top-color: transparent; |
---|
| 127 | } |
---|
| 128 | |
---|
| 129 | .dj_ff2 .nihilo .dojoxGridCell { |
---|
| 130 | border-left-width: 0px; |
---|
| 131 | border-top-width: 0px; |
---|
| 132 | } |
---|
| 133 | |
---|
| 134 | .dj_ie6 .nihilo .dojoxGridCell { |
---|
| 135 | border: 1px solid white; |
---|
| 136 | border-right: 1px solid #D5CDB5; |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | .nihilo .dojoxGridCellFocus { |
---|
| 140 | border: 1px dashed darkblue; |
---|
| 141 | } |
---|
| 142 | |
---|
| 143 | .nihilo .dojoxGridCellOver { |
---|
| 144 | border: 1px dotted #a6a6a6; |
---|
| 145 | } |
---|
| 146 | |
---|
| 147 | .nihilo .dojoxGridCellFocus.dojoxGridCellOver { |
---|
| 148 | border: 1px dashed darkblue; |
---|
| 149 | } |
---|
| 150 | |
---|
| 151 | /* editing */ |
---|
| 152 | |
---|
| 153 | /* FIXME: these colors are off! */ |
---|
| 154 | .nihilo .dojoxGridRowEditing td { |
---|
| 155 | /* background-color: #F4FFF4; */ |
---|
| 156 | background-color: #ffe284; |
---|
| 157 | /* padding: 0px 3px 0px 3px; */ |
---|
| 158 | } |
---|
| 159 | |
---|
| 160 | .nihilo .dojoxGridRow-inserting td { |
---|
| 161 | background-color: #F4FFF4; |
---|
| 162 | } |
---|
| 163 | .nihilo .dojoxGridRow-inflight td { |
---|
| 164 | background-color: #F2F7B7; |
---|
| 165 | } |
---|
| 166 | .nihilo .dojoxGridRow-error td { |
---|
| 167 | background-color: #F8B8B6; |
---|
| 168 | } |
---|
| 169 | |
---|
| 170 | /* Drag and Drop */ |
---|
| 171 | |
---|
| 172 | .nihilo .dojoxGrid .dojoDndItemBefore { |
---|
| 173 | border-left-color: #ffe284; |
---|
| 174 | } |
---|
| 175 | .nihilo .dojoxGrid .dojoDndItemAfter { |
---|
| 176 | border-right-color: #ffe284; |
---|
| 177 | } |
---|
| 178 | |
---|
| 179 | |
---|
| 180 | /* Tree Grid */ |
---|
| 181 | .nihilo .dojoxGridExpando { |
---|
| 182 | float: left; |
---|
| 183 | height: 18px; |
---|
| 184 | width: 18px; |
---|
| 185 | text-align: center; |
---|
| 186 | margin-top: -3px; |
---|
| 187 | } |
---|
| 188 | .dijitRtl .nihilo .dojoxGridExpando { |
---|
| 189 | float: right; |
---|
| 190 | } |
---|
| 191 | .nihilo .dojoxGridExpandoCell { |
---|
| 192 | padding-top: 5px; |
---|
| 193 | } |
---|
| 194 | .nihilo .dojoxGridExpandoNode { |
---|
| 195 | height: 18px; |
---|
| 196 | background-image: url('../../../dijit/themes/nihilo/images/spriteTree.gif'); |
---|
| 197 | } |
---|
| 198 | .nihilo .dojoxGridExpandoOpened .dojoxGridExpandoNode { |
---|
| 199 | background: url('../../../dijit/themes/nihilo/images/spriteTree.gif') no-repeat -18px top; |
---|
| 200 | } |
---|
| 201 | .nihilo .dojoxGridExpandoLoading .dojoxGridExpandoNode { |
---|
| 202 | background: url('../../../dijit/themes/nihilo/images/treeExpand_loading.gif'); |
---|
| 203 | } |
---|
| 204 | .nihilo .dojoxGridTreeModel .dojoxGridNoChildren .dojoxGridExpando { |
---|
| 205 | visibility: visible !important; |
---|
| 206 | width: 18px !important; |
---|
| 207 | } |
---|
| 208 | .nihilo .dojoxGridTreeModel .dojoxGridNoChildren .dojoxGridExpandoNode { |
---|
| 209 | background: url('../../../dijit/themes/nihilo/images/spriteTree.gif') no-repeat -36px top; |
---|
| 210 | } |
---|
| 211 | .nihilo .dojoxGridExpandoNodeInner { |
---|
| 212 | visibility: hidden; |
---|
| 213 | } |
---|
| 214 | .dijit_a11y .dojoxGridExpandoNodeInner { |
---|
| 215 | visibility: visible; |
---|
| 216 | } |
---|
| 217 | |
---|
| 218 | .nihilo .dojoxGridSummaryRow .dojoxGridCell { |
---|
| 219 | border-top-color: #999; |
---|
| 220 | border-top-style: solid; |
---|
| 221 | } |
---|
| 222 | .nihilo .dojoxGridSpacerCell, |
---|
| 223 | .nihilo .dojoxGridExpandoCell, |
---|
| 224 | .nihilo .dojoxGridSummaryRow .dojoxGridSpacerCell { |
---|
| 225 | border-color: transparent; |
---|
| 226 | border-right-color: #D5CDB5; |
---|
| 227 | } |
---|
| 228 | .nihilo .dojoxGridSummaryRow .dojoxGridTotalCell, |
---|
| 229 | .nihilo .dojoxGridRowCollapsed .dojoxGridExpandoCell, |
---|
| 230 | .nihilo .dojoxGridTreeModel .dojoxGridExpandoCell { |
---|
| 231 | border-bottom-color: #D5CDB5; |
---|
| 232 | } |
---|
| 233 | .nihilo .dojoxGridSubRowAlt { |
---|
| 234 | background-color: #F8F8F8; |
---|
| 235 | } |
---|
| 236 | .nihilo .dojoxGridRowOdd .dojoxGridSubRowAlt { |
---|
| 237 | background-color: #EDEFF3; |
---|
| 238 | } |
---|
| 239 | |
---|
| 240 | .nihilo .dojoxGridRowTable .dojoDndHorizontal th.dojoDndItem { |
---|
| 241 | padding: 3px; |
---|
| 242 | } |
---|
| 243 | |
---|