rowOps.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. @charset "UTF-8";
  2. .rowOps {
  3. width:50px;
  4. text-align:center;
  5. }
  6. .ops_container_type1 {
  7. float: right;
  8. font-size: 12px;
  9. left: -22px;
  10. position: relative;
  11. }
  12. .ops_container_type2 {
  13. float: right;
  14. font-size: 12px;
  15. left: -25px;
  16. position: relative;
  17. top: 0px;
  18. width: 100%;
  19. height: 20px;
  20. }
  21. .ops_container a {
  22. text-decoration: none;
  23. }
  24. .ops_btn {
  25. background: url(../../../images/other/manage_down.png) no-repeat scroll 0px 4px transparent;
  26. display: inline-block;
  27. height: 20px;
  28. position: absolute;
  29. width: 16px;
  30. z-index: 1;
  31. top: 2px;
  32. /* z-index: 999; */
  33. }
  34. .ops_box {
  35. position: absolute;
  36. right: -25px;
  37. top: 16px;
  38. z-index: 5;
  39. }
  40. .ops_itemDiv {
  41. background-color: #FFFFFF;
  42. border: 1px solid #0789f9;
  43. border-radius: 8px 0 8px 8px;
  44. box-shadow: 2px 2px 5px #969696;
  45. display: none;
  46. }
  47. .ops_itemDiv ul {
  48. padding: 0px 0;
  49. }
  50. .ops_itemDiv ul li {
  51. padding: 8px 0;
  52. }
  53. .ops_itemDiv li:hover {
  54. background-color: #C3DBFF;
  55. }
  56. .ops_btn.ops_active {
  57. background: url("../../../images/other/manage_up.png") no-repeat 0px 4px scroll transparent;
  58. padding: 0 !important;
  59. }
  60. .ops_shadeEm {
  61. }
  62. a.ops_more {
  63. background-position: 10px 5px !important;
  64. color: #555555;
  65. font-size: 13px;
  66. padding: 5px 3px 5px 28px;
  67. }
  68. li.ops_li {
  69. float: left;
  70. }
  71. .table-grid .run{
  72. background: url(../../../images/button/bianji.png) no-repeat 3px 0px!important;
  73. }
  74. .table-grid .copy{
  75. background: url(../../../images/button/fuzhi.png)no-repeat 7px 7px transparent!important;
  76. }
  77. .table-grid li a.flowDesign{
  78. background: url(../../../images/button/flow_design2.png) no-repeat scroll 0 3px transparent;
  79. }
  80. .table-grid li a.auth{
  81. background: url(../../../images/button/auth2.gif) no-repeat scroll 0 3px transparent;
  82. }
  83. .table-grid li a.lock{
  84. background: url(../../../images/menu/lock2.png) no-repeat scroll 0 3px transparent;
  85. }
  86. .table-grid li a.link.copyTo {
  87. background: url(../../../images/icons/devHelp2.png) 0px 3px no-repeat;
  88. }