ColVis.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. * ColVis styles
  3. */
  4. .ColVis {
  5. float: right;
  6. margin-bottom: 1em;
  7. }
  8. .ColVis_Button {
  9. position: relative;
  10. float: left;
  11. margin-right: 3px;
  12. padding: 3px 5px;
  13. height: 30px;
  14. background-color: #fff;
  15. border: 1px solid #d0d0d0;
  16. cursor: pointer;
  17. *cursor: hand;
  18. }
  19. button.ColVis_Button::-moz-focus-inner {
  20. border: none !important;
  21. padding: 0;
  22. }
  23. .ColVis_text_hover {
  24. border: 1px solid #999;
  25. background-color: #f0f0f0;
  26. }
  27. div.ColVis_collectionBackground {
  28. background-color: black;
  29. z-index: 1100;
  30. }
  31. div.ColVis_collection {
  32. position: relative;
  33. width: 150px;
  34. background-color: #f3f3f3;
  35. padding: 3px;
  36. border: 1px solid #ccc;
  37. z-index: 1102;
  38. }
  39. div.ColVis_collection button.ColVis_Button {
  40. background-color: white;
  41. width: 100%;
  42. float: none;
  43. margin-bottom: 2px;
  44. }
  45. div.ColVis_catcher {
  46. position: absolute;
  47. z-index: 1101;
  48. }
  49. .disabled {
  50. color: #999;
  51. }
  52. button.ColVis_Button {
  53. text-align: left;
  54. }
  55. div.ColVis_collection button.ColVis_Button:hover {
  56. border: 1px solid #999;
  57. background-color: #f0f0f0;
  58. }
  59. span.ColVis_radio {
  60. display: inline-block;
  61. width: 20px;
  62. }