doublebox-bootstrap.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .bootstrap-duallistbox-container .buttons {
  2. width: 100%;
  3. margin-bottom: -1px
  4. }
  5. .bootstrap-duallistbox-container label {
  6. display: block
  7. }
  8. .bootstrap-duallistbox-container .info {
  9. display: inline-block;
  10. margin-bottom: 5px;
  11. font-size: 11px
  12. }
  13. .bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
  14. display: none;
  15. font-size: 10px
  16. }
  17. .bootstrap-duallistbox-container .box1.filtered .clear1, .bootstrap-duallistbox-container .box2.filtered .clear2 {
  18. display: inline-block
  19. }
  20. .bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove {
  21. width: 60%
  22. }
  23. .bootstrap-duallistbox-container .btn-group .btn {
  24. border-bottom-left-radius: 0;
  25. border-bottom-right-radius: 0
  26. }
  27. .bootstrap-duallistbox-container select {
  28. border-top-left-radius: 0;
  29. border-top-right-radius: 0
  30. }
  31. .bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall {
  32. width: 40%
  33. }
  34. .bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  35. margin-left: 0
  36. }
  37. .bootstrap-duallistbox-container select {
  38. width: 100%;
  39. height: 300px;
  40. padding: 0
  41. }
  42. .bootstrap-duallistbox-container .filter {
  43. display: inline-block;
  44. width: 100%;
  45. height: 31px;
  46. margin: 0 0 5px 0;
  47. -webkit-box-sizing: border-box;
  48. -moz-box-sizing: border-box;
  49. box-sizing: border-box
  50. }
  51. .bootstrap-duallistbox-container .filter.placeholder {
  52. color: #aaa
  53. }
  54. .bootstrap-duallistbox-container.moveonselect .move, .bootstrap-duallistbox-container.moveonselect .remove {
  55. display: none
  56. }
  57. .bootstrap-duallistbox-container.moveonselect .moveall, .bootstrap-duallistbox-container.moveonselect .removeall {
  58. width: 100%
  59. }
  60. .bootstrap-duallistbox-container {
  61. position: relative;
  62. width: 100%;
  63. margin-left: -7px;
  64. }
  65. .bootstrap-duallistbox-container .btn-box {
  66. margin-top: 60px;
  67. padding: 0;
  68. float: left
  69. }
  70. .bootstrap-duallistbox-container .settingUp-btns {
  71. position: absolute;
  72. right: 4px;
  73. margin-top: 90px;
  74. width: 40px
  75. }
  76. .settingUp-btns .upBtn {
  77. margin-bottom: 5px
  78. }
  79. .btn-box .btn {
  80. margin: 2px;
  81. padding: 4px 0;
  82. color: #ddd;
  83. width: 100%
  84. }
  85. .settingUp-btns .btn {
  86. color: #ddd
  87. }
  88. .btn-box .btn:hover, .btn-box .btn:focus, .settingUp-btns .btn:hover, .settingUp-btns .btn:focus {
  89. color: #fff
  90. }
  91. .bootstrap-duallistbox-container select {
  92. width: 100%;
  93. height: 300px;
  94. padding: 0
  95. }
  96. option {
  97. font-size: 14px;
  98. line-height: 30px;
  99. color: #555;
  100. padding: 8px 10px
  101. }
  102. option:hover {
  103. color: #fff;
  104. background-color: #3e99ff
  105. }
  106. .bootstrap-duallistbox-container .filter {
  107. height: 32px;
  108. line-height: 1px;
  109. padding-top: 12px\9;
  110. padding-bottom: 12px\9
  111. }
  112. .box1, .box2 {
  113. float: left;
  114. padding-left: 10px;
  115. padding-right: 9px
  116. }
  117. .db-btn {
  118. color: #3e99ff;
  119. padding: 4px 12px;
  120. background-color: #fff;
  121. border-color: #ddd;
  122. border-radius: 0
  123. }
  124. .btn > .fa {
  125. margin-right: 5px
  126. }
  127. .db-btn:focus, .db-btn:hover {
  128. color: #fff;
  129. background-color: #3e99ff;
  130. border-color: transparent
  131. }