jquery.bootstrap-touchspin.css 1016 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Bootstrap TouchSpin - v3.0.1
  3. * A mobile and touch friendly input spinner component for Bootstrap 3.
  4. * http://www.virtuosoft.eu/code/bootstrap-touchspin/
  5. *
  6. * Made by István Ujj-Mészáros
  7. * Under Apache License v2.0 License
  8. */
  9. .bootstrap-touchspin .input-group-btn-vertical {
  10. position: relative;
  11. white-space: nowrap;
  12. width: 1%;
  13. vertical-align: middle;
  14. display: table-cell;
  15. }
  16. .bootstrap-touchspin .input-group-btn-vertical > .btn {
  17. display: block;
  18. float: none;
  19. width: 100%;
  20. max-width: 100%;
  21. padding: 8px 10px;
  22. margin-left: -1px;
  23. position: relative;
  24. }
  25. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  26. border-radius: 0;
  27. border-top-right-radius: 4px;
  28. }
  29. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  30. margin-top: -2px;
  31. border-radius: 0;
  32. border-bottom-right-radius: 4px;
  33. }
  34. .bootstrap-touchspin .input-group-btn-vertical i {
  35. position: absolute;
  36. top: 3px;
  37. left: 5px;
  38. font-size: 9px;
  39. font-weight: normal;
  40. }