jquery.bootstrap-touchspin.css 772 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. position: relative;
  16. }
  17. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  18. border-radius: 0;
  19. border-top-right-radius: 4px;
  20. }
  21. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  22. margin-top: -2px;
  23. border-radius: 0;
  24. border-bottom-right-radius: 4px;
  25. }
  26. .bootstrap-touchspin .input-group-btn-vertical i {
  27. position: absolute;
  28. top: 3px;
  29. left: 5px;
  30. font-size: 9px;
  31. font-weight: normal;
  32. }