|
1 | 1 | /**
|
2 | 2 | * Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
|
3 |
| - * |
| 3 | + * |
4 | 4 | * Apache License, Version 2.0:
|
5 | 5 | * Copyright (c) 2012 - 2015 David Stutz
|
6 |
| - * |
| 6 | + * |
7 | 7 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
8 | 8 | * use this file except in compliance with the License. You may obtain a
|
9 | 9 | * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
10 |
| - * |
| 10 | + * |
11 | 11 | * Unless required by applicable law or agreed to in writing, software
|
12 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
13 | 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
14 | 14 | * License for the specific language governing permissions and limitations
|
15 | 15 | * under the License.
|
16 |
| - * |
| 16 | + * |
17 | 17 | * BSD 3-Clause License:
|
18 | 18 | * Copyright (c) 2012 - 2015 David Stutz
|
19 | 19 | * All rights reserved.
|
20 |
| - * |
| 20 | + * |
21 | 21 | * Redistribution and use in source and binary forms, with or without
|
22 | 22 | * modification, are permitted provided that the following conditions are met:
|
23 | 23 | * - Redistributions of source code must retain the above copyright notice,
|
|
28 | 28 | * - Neither the name of David Stutz nor the names of its contributors may be
|
29 | 29 | * used to endorse or promote products derived from this software without
|
30 | 30 | * specific prior written permission.
|
31 |
| - * |
| 31 | + * |
32 | 32 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
33 | 33 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
34 | 34 | * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
41 | 41 | * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
42 | 42 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
43 | 43 | */
|
| 44 | +span.multiselect-native-select{ |
| 45 | + position:relative |
| 46 | +} |
| 47 | + |
| 48 | +span.multiselect-native-select select{ |
| 49 | + border :0 !important; |
| 50 | + clip: rect(0 0 0 0) !important; |
| 51 | + height: 1px !important; |
| 52 | + margin: -1px -1px -1px -3px !important; |
| 53 | + overflow: hidden !important; |
| 54 | + padding: 0 !important; |
| 55 | + position: absolute !important; |
| 56 | + width: 1px !important; |
| 57 | + left: 50%; |
| 58 | + top: 30px; |
| 59 | +} |
| 60 | + |
44 | 61 | .multiselect-container {
|
45 | 62 | position: absolute;
|
46 | 63 | list-style-type: none;
|
47 | 64 | margin: 0;
|
48 | 65 | padding: 0;
|
49 |
| - |
| 66 | + |
50 | 67 | .input-group {
|
51 | 68 | margin: 5px;
|
52 | 69 | }
|
|
68 | 85 | &.multiselect-group-clickable label {
|
69 | 86 | cursor: pointer;
|
70 | 87 | }
|
71 |
| - |
| 88 | + |
72 | 89 | > a {
|
73 | 90 | padding: 0;
|
74 | 91 |
|
|
97 | 114 | }
|
98 | 115 |
|
99 | 116 | .form-inline .multiselect-container{
|
100 |
| - |
| 117 | + |
101 | 118 | label.checkbox, label.radio{
|
102 | 119 | padding: 3px 20px 3px 40px;
|
103 | 120 | }
|
104 |
| - |
105 |
| - li a label{ |
106 |
| - |
| 121 | + |
| 122 | + li a label{ |
| 123 | + |
107 | 124 | &.checkbox input[type="checkbox"], &.radio input[type="radio"]{
|
108 | 125 | margin-left: -20px;
|
109 | 126 | margin-right: 0;
|
110 | 127 | }
|
111 | 128 | }
|
112 |
| -} |
| 129 | +} |
0 commit comments