Changeset 8352

Show
Ignore:
Timestamp:
04/29/07 15:09:40 (21 months ago)
Author:
doughays
Message:

Port of ComboBox?(=AutoCompleter?) and Select widgets to 0.9 dojo by haysmark@…. Fixes #2189, #1504, #1451, #2244, #2384, #2070, #899, #912, #1267, #1339, #1456, #1484, #1485, #2558, #1186

Location:
dijit/trunk
Files:
7 added
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/themes/tundra/tundra.css

    r8339 r8352  
    55        display:inline-block; 
    66        display: -moz-inline-stack; 
    7         _display:inline; 
     7        #display:inline; 
    88        border:0px; 
    99        padding:0px; 
     
    758758      outline: 1px invert dotted; 
    759759} 
     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}