style.css 956 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .checkbox-list{position:relative}
  2. .info_more{ display: block;
  3. position: absolute;
  4. right: 0px;}
  5. table.list .info_more a{ border: 1px solid #ccc;
  6. color: #444;
  7. float: left;
  8. font-size: 12px;
  9. padding: 1px 2px 1px 5px;
  10. width: 47px;
  11. text-decoration: none;
  12. }
  13. html body table.list .trbg{
  14. background-color: #f8f8f8;
  15. }
  16. html body .grid .gridTbody .selected{
  17. background-color: #f8f8f8;
  18. }
  19. .btnDel:hover{cursor: pointer;}
  20. .info_more a.opened i{
  21. background-position:4px -27px;
  22. }
  23. .info_more a.opened:hover i{
  24. background-position:4px -45px;
  25. }
  26. .info_more a:hover i{
  27. background-position:4px -11px;
  28. }
  29. table.list .info_more a:hover{
  30. color:#e4393c
  31. }
  32. .info_more a i{
  33. background:rgba(0, 0, 0, 0) url("../img/search.ele.png") no-repeat scroll 4px 7px;
  34. display: block;
  35. height: 20px;
  36. position: absolute;
  37. right: 3px;
  38. top: 3px;
  39. width: 20px;
  40. }
  41. .checkbox-list{
  42. overflow: hidden;
  43. position: relative;
  44. height:40px;
  45. }