You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
877 B
26 lines
877 B
@import url("TextBox-compat.css"); |
|
/* dojox.mobile.SearchBox */ |
|
.mblSearchBox { |
|
height: auto; |
|
} |
|
/* CSS class for the parent DIV of the dojox/mobile/SearchBox used for filtering a |
|
dojox/mobile/RoundRectList or subclass. This class is set by dojox/mobile/FilteredListMixin |
|
only if the mixin creates the SearchBox by itself. */ |
|
.mblFilteredRoundRectListSearchBox { |
|
width: 100%; |
|
padding-left: 9px; |
|
padding-right: 9px; |
|
-moz-box-sizing: border-box; |
|
} |
|
.mblFilteredRoundRectListSearchBox > input { |
|
width: 100%; |
|
} |
|
/* CSS class for the parent DIV of the dojox/mobile/SearchBox used for filtering a |
|
dojox/mobile/EdgeToEdgeList or subclass. This class is set by dojox/mobile/FilteredListMixin |
|
only if the mixin creates the SearchBox by itself. */ |
|
.mblFilteredEdgeToEdgeListSearchBox { |
|
width: 100%; |
|
} |
|
.mblFilteredEdgeToEdgeListSearchBox > input { |
|
width: 100%; |
|
}
|
|
|