clean up some long-broken css for select 3.0
This commit is contained in:
parent
6f46a3ca0a
commit
25d0d9a775
@ -12,7 +12,7 @@
|
||||
<style type="text/css">
|
||||
.zebra { background-color: #efefef; }
|
||||
|
||||
.select2-container img.flag { height: 10px; width: 15px; padding-right: 10px; }
|
||||
img.flag { height: 10px; width: 15px; padding-right: 10px; }
|
||||
|
||||
.movie-result td {vertical-align: top }
|
||||
.movie-image { width: 60px; }
|
||||
@ -22,7 +22,8 @@
|
||||
.movie-synopsis { font-size: .8em; color: #888; }
|
||||
.select2-highlighted .movie-synopsis { font-size: .8em; color: #eee; }
|
||||
.bigdrop.select2-container .select2-results {max-height: 300px;}
|
||||
</style>
|
||||
.bigdrop .select2-results {max-height: 300px;}
|
||||
</style>
|
||||
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
|
@ -97,7 +97,8 @@ $("#e6").select2({
|
||||
}
|
||||
},
|
||||
formatResult: movieFormatResult, // omitted for brevity, see the source of this page
|
||||
formatSelection: movieFormatSelection // omitted for brevity, see the source of this page
|
||||
formatSelection: movieFormatSelection, // omitted for brevity, see the source of this page
|
||||
dropdownCssClass: "bigdrop" // apply css that makes the dropdown taller
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@ -127,7 +128,8 @@ $("#e7").select2({
|
||||
}
|
||||
},
|
||||
formatResult: movieFormatResult, // omitted for brevity, see the source of this page
|
||||
formatSelection: movieFormatSelection // omitted for brevity, see the source of this page
|
||||
formatSelection: movieFormatSelection, // omitted for brevity, see the source of this page
|
||||
dropdownCssClass: "bigdrop" // apply css that makes the dropdown taller
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 12d2604ff2ce92d133cf5346b386f34bb41e2590
|
||||
Subproject commit 0538bdcfa6d4aecf21318f6ef07d2116df07a307
|
Loading…
x
Reference in New Issue
Block a user