jquery.bootstrap-touchspin.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Bootstrap TouchSpin - v4.2.5
  3. * A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
  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. /* This CSS file is unnecessary if you are not using vertical buttons functionality */
  10. .bootstrap-touchspin .input-group-btn-vertical {
  11. position: relative;
  12. white-space: nowrap;
  13. width: 1%;
  14. vertical-align: middle;
  15. display: table-cell;
  16. }
  17. .bootstrap-touchspin .input-group-btn-vertical > .btn {
  18. display: block;
  19. float: none;
  20. width: 100%;
  21. max-width: 100%;
  22. padding: 8px 10px;
  23. margin-left: -1px;
  24. position: relative;
  25. }
  26. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  27. border-radius: 0;
  28. }
  29. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  30. margin-top: -2px;
  31. border-radius: 0;
  32. }
  33. .bootstrap-touchspin .input-group-btn-vertical i {
  34. position: absolute;
  35. top: 3px;
  36. left: 5px;
  37. font-size: 9px;
  38. font-weight: normal;
  39. }