1
0
mirror of synced 2025-02-04 06:09:23 +03:00

clean up some long-broken css for select 3.0

This commit is contained in:
Igor Vaynberg 2012-07-10 08:20:22 +03:00
parent 6f46a3ca0a
commit 25d0d9a775
3 changed files with 8 additions and 5 deletions

View File

@ -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,6 +22,7 @@
.movie-synopsis { font-size: .8em; color: #888; }
.select2-highlighted .movie-synopsis { font-size: .8em; color: #eee; }
.bigdrop.select2-container .select2-results {max-height: 300px;}
.bigdrop .select2-results {max-height: 300px;}
</style>

View File

@ -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