| | 760 | |
| | 761 | |
| | 762 | .dojoArrowButton { |
| | 763 | display:inline !important; |
| | 764 | padding:0px; |
| | 765 | border:0px; |
| | 766 | margin:0px 0px 0px 0px; |
| | 767 | vertical-align:middle; |
| | 768 | line-spacing:0px !important; |
| | 769 | width:1.62em; |
| | 770 | height:1.42em; |
| | 771 | overflow:hidden; |
| | 772 | } |
| | 773 | |
| | 774 | .tundra .dojoAutoCompleter { |
| | 775 | width:auto !important; |
| | 776 | } |
| | 777 | /* Allow user to specify width without messing up defaults; other attributes are put on parent node */ |
| | 778 | .dojoAutoCompleterInput { |
| | 779 | BACKGROUND-COLOR: transparent !important; |
| | 780 | border:0px !important; |
| | 781 | padding:0px !important; |
| | 782 | margin:0px !important; |
| | 783 | position:static !important; |
| | 784 | display:inline !important; |
| | 785 | float:none !important; |
| | 786 | vertical-align:middle !important; |
| | 787 | |
| | 788 | } |
| | 789 | .dojoArrowButton fieldset { |
| | 790 | display:block; |
| | 791 | padding:.2em; |
| | 792 | margin:0px; |
| | 793 | line-spacing:0px !important; |
| | 794 | border:.16em outset; |
| | 795 | border-color:rgb(200,200,200) black black rgb(200,200,200); |
| | 796 | vertical-align:middle; |
| | 797 | text-align:center; |
| | 798 | } |
| | 799 | |
| | 800 | .dojoArrowButton fieldset.dojoArrowButtonPushed { |
| | 801 | border-style:inset; |
| | 802 | border-color:black rgb(200,200,200) rgb(200,200,200) black; |
| | 803 | background-color:gray; |
| | 804 | } |
| | 805 | .dojoArrowButtonPushed .dojoDownArrowInner { |
| | 806 | border-color:white transparent; |
| | 807 | } |