diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-03 00:49:58 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-03 00:49:58 +0100 |
| commit | 5d3e9a1435a575dd27695e3c0ff0e6282acc0c0f (patch) | |
| tree | 9afd7c785b7c1fa04abcf1b2a2d5a477f85e9e48 /ishtar_common/static/media/style.css | |
| parent | b3e9441a212d033a3282dd63e1fa336e8abd60ce (diff) | |
| download | Ishtar-5d3e9a1435a575dd27695e3c0ff0e6282acc0c0f.tar.bz2 Ishtar-5d3e9a1435a575dd27695e3c0ff0e6282acc0c0f.zip | |
Implement Select2 selection as a multi select widget
Diffstat (limited to 'ishtar_common/static/media/style.css')
| -rw-r--r-- | ishtar_common/static/media/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index b19366dc1..5168cba6e 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -932,3 +932,16 @@ a.remove{ #merge-table th.small{ width:80px; } + +/* select2 overload */ + +.select2-container-multi .select2-choices .select2-search-field { + min-width:233px; +} + +.select2-container-multi .select2-choices { + border: 0 solid #FFF; + background-color: #FFF; + background-image: none; +} + |
