touchspin.css 858 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .bootstrap-touchspin .input-group-btn-vertical {
  2. position: relative;
  3. white-space: nowrap;
  4. width: 1%;
  5. vertical-align: middle;
  6. display: table-cell;
  7. }
  8. .bootstrap-touchspin .input-group-btn-vertical > .btn {
  9. display: block;
  10. float: none;
  11. width: 100%;
  12. max-width: 100%;
  13. padding: 8px 10px;
  14. margin-left: -1px;
  15. height: auto;
  16. position: relative;
  17. overflow: hidden;
  18. }
  19. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  20. border-radius: 0;
  21. border-top-right-radius: 0px;
  22. }
  23. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  24. margin-top: -2px;
  25. border-radius: 0;
  26. border-bottom-right-radius: 0px;
  27. }
  28. .bootstrap-touchspin .input-group-btn-vertical i {
  29. position: absolute;
  30. top: -8px;
  31. left: 11px;
  32. font-size: 9px;
  33. font-weight: normal;
  34. }