12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @charset "UTF-8";
- .rowOps {
- width:50px;
- text-align:center;
- }
- .ops_container_type1 {
- float: right;
- font-size: 12px;
- left: -22px;
- position: relative;
- }
- .ops_container_type2 {
- float: right;
- font-size: 12px;
- left: -25px;
- position: relative;
- top: 0px;
- width: 100%;
- height: 20px;
- }
- .ops_container a {
- text-decoration: none;
- }
- .ops_btn {
- background: url(../../../images/other/manage_down.png) no-repeat scroll 0px 4px transparent;
- display: inline-block;
- height: 20px;
- position: absolute;
- width: 16px;
- z-index: 1;
- top: 2px;
- /* z-index: 999; */
- }
- .ops_box {
- position: absolute;
- right: -25px;
- top: 16px;
- z-index: 5;
- }
- .ops_itemDiv {
- background-color: #FFFFFF;
- border: 1px solid #0789f9;
- border-radius: 8px 0 8px 8px;
- box-shadow: 2px 2px 5px #969696;
- display: none;
- }
- .ops_itemDiv ul {
- padding: 0px 0;
- }
- .ops_itemDiv ul li {
- padding: 8px 0;
- }
- .ops_itemDiv li:hover {
- background-color: #C3DBFF;
- }
- .ops_btn.ops_active {
- background: url("../../../images/other/manage_up.png") no-repeat 0px 4px scroll transparent;
- padding: 0 !important;
- }
- .ops_shadeEm {
- }
- a.ops_more {
- background-position: 10px 5px !important;
- color: #555555;
- font-size: 13px;
- padding: 5px 3px 5px 28px;
-
- }
- li.ops_li {
- float: left;
- }
- .table-grid .run{
- background: url(../../../images/button/bianji.png) no-repeat 3px 0px!important;
- }
- .table-grid .copy{
- background: url(../../../images/button/fuzhi.png)no-repeat 7px 7px transparent!important;
- }
- .table-grid li a.flowDesign{
- background: url(../../../images/button/flow_design2.png) no-repeat scroll 0 3px transparent;
- }
- .table-grid li a.auth{
- background: url(../../../images/button/auth2.gif) no-repeat scroll 0 3px transparent;
- }
- .table-grid li a.lock{
- background: url(../../../images/menu/lock2.png) no-repeat scroll 0 3px transparent;
- }
- .table-grid li a.link.copyTo {
- background: url(../../../images/icons/devHelp2.png) 0px 3px no-repeat;
- }
|