bootstrap-iconpicker.css 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*!
  2. * Bootstrap-iconpicker v1.7.0
  3. *
  4. * Copyright 2013-2015 Victor Valencia Rico.
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world by @recktoner.
  9. */
  10. .iconpicker .caret {
  11. margin-left: 10px !important;
  12. }
  13. .iconpicker {
  14. min-width: 60px;
  15. }
  16. .iconpicker input.search-control {
  17. margin-bottom: 6px;
  18. margin-top: 6px;
  19. }
  20. div.iconpicker.left .table-icons {
  21. margin-right: auto;
  22. }
  23. div.iconpicker.center .table-icons {
  24. margin-left: auto;
  25. margin-right: auto;
  26. }
  27. div.iconpicker.right .table-icons {
  28. margin-left: auto;
  29. }
  30. .table-icons .btn {
  31. min-height: 30px;
  32. min-width: 35px;
  33. text-align: center;
  34. padding: 0;
  35. margin: 2px;
  36. }
  37. .table-icons td {
  38. min-width: 39px;
  39. }
  40. .popover {
  41. max-width: inherit !important;
  42. }
  43. .iconpicker-popover {
  44. z-index: 1050 !important;
  45. }
  46. .iconpicker-popover .search-control {
  47. margin-bottom: 6px;
  48. margin-top: 6px;
  49. }