|
|
|
@ -1,3 +1,7 @@ |
|
|
|
|
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net |
|
|
|
|
This file is licensed under the Affero General Public License version 3 or later. |
|
|
|
|
See the COPYING-README file. */ |
|
|
|
|
|
|
|
|
|
ul.multiselectoptions { z-index:49; position:absolute; background-color:#fff; padding-top:.5em; border:1px solid #ddd; border-top:none; -moz-border-radius-bottomleft:.5em; -webkit-border-bottom-left-radius:.5em; border-bottom-left-radius:.5em; -moz-border-radius-bottomright:.5em; -webkit-border-bottom-right-radius:.5em; border-bottom-right-radius:.5em; -moz-box-shadow:0 1px 1px #ddd; -webkit-box-shadow:0 1px 1px #ddd; box-shadow:0 1px 1px #ddd; } |
|
|
|
|
ul.multiselectoptions>li{ white-space:nowrap; overflow: hidden; } |
|
|
|
|
div.multiselect { padding-right:.6em; display:inline; position:relative; display:inline-block; vertical-align: bottom; } |
|
|
|
|