LaravelTest
87 строк · 2.0 Кб
1/*
2* Bootstrap Duallistbox - v4.0.2
3* A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
4* http://www.virtuosoft.eu/code/bootstrap-duallistbox/
5*
6* Made by István Ujj-Mészáros
7* Under Apache License v2.0 License
8*/
9.bootstrap-duallistbox-container .buttons {10width: 100%;11margin-bottom: -1px;12}
13
14.bootstrap-duallistbox-container label {15display: block;16}
17
18.bootstrap-duallistbox-container .info {19display: inline-block;20margin-bottom: 5px;21font-size: 11px;22}
23
24.bootstrap-duallistbox-container .clear1,
25.bootstrap-duallistbox-container .clear2 {26display: none;27font-size: 10px;28}
29
30.bootstrap-duallistbox-container .box1.filtered .clear1,
31.bootstrap-duallistbox-container .box2.filtered .clear2 {32display: inline-block;33}
34
35.bootstrap-duallistbox-container .move,
36.bootstrap-duallistbox-container .remove {37width: 50%;38box-sizing: content-box;39}
40
41.bootstrap-duallistbox-container .btn-group .btn {42border-bottom-left-radius: 0;43border-bottom-right-radius: 0;44}
45.bootstrap-duallistbox-container:not(.moveonselect) select {46border-top-left-radius: 0;47border-top-right-radius: 0;48}
49.bootstrap-duallistbox-container .moveall,
50.bootstrap-duallistbox-container .removeall {51width: 50%;52box-sizing: content-box;53}
54
55.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {56margin-left: 0;57}
58
59.bootstrap-duallistbox-container select {60width: 100%;61height: 300px;62padding: 0;63}
64
65.bootstrap-duallistbox-container .filter {66display: inline-block;67width: 100%;68height: 31px;69margin: 0 0 5px 0;70-webkit-box-sizing: border-box;71-moz-box-sizing: border-box;72box-sizing: border-box;73}
74
75.bootstrap-duallistbox-container .filter.placeholder {76color: #aaa;77}
78
79.bootstrap-duallistbox-container.moveonselect .move,
80.bootstrap-duallistbox-container.moveonselect .remove {81display:none;82}
83
84.bootstrap-duallistbox-container.moveonselect .moveall,
85.bootstrap-duallistbox-container.moveonselect .removeall {86width: 100%;87}
88