| | 144 | /* @group Tooltip & Dialog */ |
| | 145 | |
| | 146 | /* @group connector */ |
| | 147 | |
| | 148 | /* they are common for tooltip and tooltipdialog */ |
| | 149 | |
| | 150 | ._common_d11 .dijitTooltipLeft .dijitTooltipConnector { |
| | 151 | background: url(icons/tt_conn_right.gif) no-repeat 2px 0; |
| | 152 | } |
| | 153 | ._common_d11 .dijitTooltipRight .dijitTooltipConnector { |
| | 154 | background: url(icons/tt_conn_left.gif) no-repeat; |
| | 155 | } |
| | 156 | ._common_d11 .dijitTooltipUp .dijitTooltipConnector { |
| | 157 | background: url(icons/tt_conn_down.gif) no-repeat; |
| | 158 | } |
| | 159 | ._common_d11 .dijitTooltipBelow .dijitTooltipConnector { |
| | 160 | background: url(icons/tt_conn_up.gif) no-repeat 0 -1px; |
| | 161 | } |
| | 162 | |
| | 163 | /* @end */ |
| | 164 | |
| | 165 | /* @group HiddenTooltipDialog */ |
| | 166 | |
| | 167 | /* genro widget */ |
| | 168 | |
| | 169 | .tt_dialog_top{ |
| | 170 | color: white; |
| | 171 | font-size: .94em; |
| | 172 | font-weight: bold; |
| | 173 | padding-left: 4px; |
| | 174 | height: 18px; |
| | 175 | } |
| | 176 | |
| | 177 | .tt_dialog_bottom{ |
| | 178 | color: white; |
| | 179 | font-size: .94em; |
| | 180 | font-weight: bold; |
| | 181 | height: 18px; |
| | 182 | } |
| | 183 | .tt_dialog_cnt{ |
| | 184 | -moz-border-radius:10px; |
| | 185 | -webkit-border-radius:10px; |
| | 186 | background-color: white; |
| | 187 | } |
| | 188 | |
| | 189 | .tt_bottom_btn{ |
| | 190 | color: #676767; |
| | 191 | margin-top: 3px; |
| | 192 | padding: 1px 4px; |
| | 193 | -moz-border-radius:6px; |
| | 194 | -webkit-border-radius:6px; |
| | 195 | background-color: #e5e5e5; |
| | 196 | margin-left: 5px; |
| | 197 | margin-right: 5px; |
| | 198 | cursor: pointer; |
| | 199 | font-size: 0.8em; |
| | 200 | font-weight: bold; |
| | 201 | border: white solid 1px; |
| | 202 | } |
| | 203 | .tt_bottom_btn:hover{ |
| | 204 | opacity: 0.8; |
| | 205 | } |
| | 206 | |
| | 207 | /* @end */ |
| | 208 | |
| | 209 | /* @group tootlipDialog */ |
| | 210 | |
| | 211 | ._common_d11 .dijitTooltipDialog .dijitTooltipContainer{ |
| | 212 | padding:0px; |
| | 213 | border: 0; |
| | 214 | background: #676767; |
| | 215 | font-size: inherit; |
| | 216 | } |
| | 217 | |
| | 218 | |
| | 219 | |
| | 220 | /* @end */ |
| | 221 | |
| | 222 | /* @group Pure tooltip */ |
| | 223 | |
| | 224 | ._common_d11 .dijitTooltipContents{ |
| | 225 | |
| | 226 | } |
| | 227 | |
| | 228 | ._common_d11 .dijitTooltipContainer{ |
| | 229 | -moz-border-radius:6px; |
| | 230 | -webkit-border-radius:6px; |
| | 231 | background: #848484; |
| | 232 | border: 2px solid #676767; |
| | 233 | font-size: .9em; |
| | 234 | padding: 7px 8px 5px; |
| | 235 | } |
| | 236 | |
| | 237 | /* @end */ |
| | 238 | |
| | 239 | |
| | 240 | |
| | 241 | |
| | 242 | /* @end */ |
| | 243 | |
| 604 | | |
| 605 | | /* @group Tooltip & Dialog */ |
| 606 | | |
| 607 | | /* @group connector */ |
| 608 | | |
| 609 | | /* they are common for tooltip and tooltipdialog */ |
| 610 | | |
| 611 | | ._common_d11 .dijitTooltipLeft .dijitTooltipConnector { |
| 612 | | background: url(icons/tt_conn_right.gif) no-repeat; |
| 613 | | } |
| 614 | | ._common_d11 .dijitTooltipRight .dijitTooltipConnector { |
| 615 | | background: url(icons/tt_conn_left.gif) no-repeat; |
| 616 | | } |
| 617 | | ._common_d11 .dijitTooltipUp .dijitTooltipConnector { |
| 618 | | background: url(icons/tt_conn_down.gif) no-repeat; |
| 619 | | } |
| 620 | | ._common_d11 .dijitTooltipBelow .dijitTooltipConnector { |
| 621 | | background: url(icons/tt_conn_up.gif) no-repeat 0 -1px; |
| 622 | | } |
| 623 | | |
| 624 | | /* @end */ |
| 625 | | |
| 626 | | /* @group HiddenTooltipDialog */ |
| 627 | | |
| 628 | | /* genro widget */ |
| 629 | | |
| 630 | | .tt_dialog_top{ |
| 631 | | color: white; |
| 632 | | font-size: .94em; |
| 633 | | font-weight: bold; |
| 634 | | padding-left: 4px; |
| 635 | | height: 18px; |
| 636 | | } |
| 637 | | |
| 638 | | .tt_dialog_bottom{ |
| 639 | | color: white; |
| 640 | | font-size: .94em; |
| 641 | | font-weight: bold; |
| 642 | | height: 18px; |
| 643 | | } |
| 644 | | .tt_dialog_cnt{ |
| 645 | | -moz-border-radius:10px; |
| 646 | | -webkit-border-radius:10px; |
| 647 | | background-color: white; |
| 648 | | } |
| 649 | | |
| 650 | | .tt_bottom_btn{ |
| 651 | | color: #676767; |
| 652 | | margin-top: 3px; |
| 653 | | padding: 1px 4px; |
| 654 | | -moz-border-radius:6px; |
| 655 | | -webkit-border-radius:6px; |
| 656 | | background-color: #e5e5e5; |
| 657 | | margin-left: 5px; |
| 658 | | margin-right: 5px; |
| 659 | | cursor: pointer; |
| 660 | | font-size: 0.8em; |
| 661 | | font-weight: bold; |
| 662 | | border: white solid 1px; |
| 663 | | } |
| 664 | | .tt_bottom_btn:hover{ |
| 665 | | opacity: 0.8; |
| 666 | | } |
| 667 | | |
| 668 | | /* @end */ |
| 669 | | |
| 670 | | /* @group tootlipDialog */ |
| 671 | | |
| 672 | | ._common_d11 .dijitTooltipDialog .dijitTooltipContainer{ |
| 673 | | padding:0px; |
| 674 | | border: 0; |
| 675 | | background: #676767; |
| 676 | | font-size: inherit; |
| 677 | | } |
| 678 | | |
| 679 | | |
| 680 | | |
| 681 | | /* @end */ |
| 682 | | |
| 683 | | /* @group Pure tooltip */ |
| 684 | | |
| 685 | | ._common_d11 .dijitTooltipContents{ |
| 686 | | |
| 687 | | } |
| 688 | | |
| 689 | | ._common_d11 .dijitTooltipContainer{ |
| 690 | | -moz-border-radius:6px; |
| 691 | | -webkit-border-radius:6px; |
| 692 | | background: #848484; |
| 693 | | border: 2px solid #676767; |
| 694 | | font-size: .9em; |
| 695 | | padding: 7px 8px 5px; |
| 696 | | } |
| 697 | | |
| 698 | | /* @end */ |
| 699 | | |
| 700 | | |
| 701 | | |
| 702 | | |
| 703 | | /* @end */ |