| 138 | | .tundra .dijitTooltipLeft .dijitTooltipConnector { |
| 139 | | /* the arrow piece for tooltips to the left of an element, bottom borders aligned */ |
| 140 | | right: 0px; |
| 141 | | bottom: 7px; |
| 142 | | background:url("images/tooltipConnectorRight.png") no-repeat top left; |
| 143 | | width:16px; |
| 144 | | height:14px; |
| 145 | | } |
| 146 | | .dj_ie6 .tundra .dijitTooltipLeft .dijitTooltipConnector { |
| 147 | | background-image: url("images/tooltipConnectorRight.gif"); |
| 148 | | } |
| | 138 | .tundra .dijitTooltipLeft .dijitTooltipConnector { |
| | 139 | /* the arrow piece for tooltips to the left of an element, bottom borders aligned */ |
| | 140 | right: 0px; |
| | 141 | bottom: 7px; |
| | 142 | background:url("images/tooltipConnectorRight.png") no-repeat top left; |
| | 143 | width:16px; |
| | 144 | height:14px; |
| | 145 | } |
| | 146 | .dj_ie6 .tundra .dijitTooltipLeft .dijitTooltipConnector { |
| | 147 | background-image: url("images/tooltipConnectorRight.gif"); |
| | 148 | } |
| 153 | | .tundra .dijitTooltipRight .dijitTooltipConnector { |
| 154 | | /* the arrow piece for tooltips to the right of an element, bottom borders aligned */ |
| 155 | | left: 0px; |
| 156 | | bottom: 7px; |
| 157 | | background:url("images/tooltipConnectorLeft.png") no-repeat top left; |
| 158 | | width:16px; |
| 159 | | height:14px; |
| 160 | | } |
| 161 | | .dj_ie6 .tundra .dijitTooltipRight .dijitTooltipConnector { |
| 162 | | background-image: url("images/tooltipConnectorLeft.gif"); |
| 163 | | } |
| | 153 | .tundra .dijitTooltipRight .dijitTooltipConnector { |
| | 154 | /* the arrow piece for tooltips to the right of an element, bottom borders aligned */ |
| | 155 | left: 0px; |
| | 156 | bottom: 7px; |
| | 157 | background:url("images/tooltipConnectorLeft.png") no-repeat top left; |
| | 158 | width:16px; |
| | 159 | height:14px; |
| | 160 | } |
| | 161 | .dj_ie6 .tundra .dijitTooltipRight .dijitTooltipConnector { |
| | 162 | background-image: url("images/tooltipConnectorLeft.gif"); |
| | 163 | } |