You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

select.css 825B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .i-select {
  2. }
  3. .i-select-option {
  4. }
  5. .i-select-optiongroup {
  6. }
  7. .i-select-optiongroup .i-select-option {
  8. display: block;
  9. }
  10. .i-select-select {
  11. /*
  12. border: 1px solid #b6b6b6;
  13. border-bottom-color: #9d9d9d;
  14. border-top-color: #d6d6d6;
  15. border-left-color: #d6d6d6;
  16. */
  17. display: block;
  18. }
  19. /* Twincol style */
  20. .i-select-twincol-options {
  21. float: left;
  22. }
  23. .i-select-twincol-buttons {
  24. float: left;
  25. width: 40px;
  26. text-align: center;
  27. }
  28. .i-select-twincol-buttons .i-select-twincol-deco {
  29. display: inline; /* Needed to push the two buttons in stack */
  30. }
  31. .i-select-twincol .i-textfield {
  32. display: block;
  33. float: left;
  34. clear: left;
  35. }
  36. .i-select-twincol .i-button {
  37. display: block;
  38. float: left;
  39. }
  40. .i-select-twincol-buttons .i-button {
  41. display: inline;
  42. float: none;
  43. }