Navigation_wev8.css
2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/** Navigation **/
/** MADN : MEC_Attr_Design_Navigation **/
.MADN_Table{
width: 100%;
border-collapse: collapse;
}
.MADN_Table thead td{
color: #A4A9AE;
border-bottom: 1px solid #DFDFDF;
font-weight: bold;
padding-bottom: 5px;
}
.MADN_Table tbody td{
padding: 6px 0px 6px 0px;
}
.MADN_Table tbody td.bemove{
background: url("/mobilemode/images/tr_move2_wev8.png") no-repeat center;
cursor: move;
}
.MADN_Table tbody td .delFlag{
background: url("/images/messageimages/delete_wev8.gif") no-repeat center;
position: absolute;
right: 1px;
top: 1px;
width: 9px;
height: 9px;
display: none;
cursor: pointer;
}
.MADN_Navigation_Item_Img{
cursor: pointer;
position: relative;
padding-top: 2px;
padding-left: 5px;
}
.MADN_Navigation_Item_Img img{
width: 16px;
height: 16px;
}
.MADN_Navigation_Item_Addbtn{
width: 20px;
height: 20px;
background: url("/mobilemode/images/mec/add-img-btn_wev8.png") no-repeat;
position: absolute;
top: 0px;
left: 0px;
}
.MADN_Table tbody tr{
}
.MADN_Table tbody tr:HOVER{
}
.MADN_Table tbody tr:HOVER td{
background-color: #efefef;
}
.MADN_Table tbody tr:HOVER td .delFlag{
display: block;
}
.MADN_Table input.textStyle{
border: 1px solid #DFDFDF !important;
width: 80% !important;
}
.MADN_Table select.selectStyle{
border: 1px solid #DFDFDF !important;
width: 70px !important;
}
.MADN_Table .jNiceCheckbox{
margin-bottom: -1px;
}
.MADN_Table .numremindEditFlag{
background: url("/mobilemode/images/toolbar/tbar01_wev8.png") no-repeat;
position: absolute;
top: 8px;
left: 17px;
width: 15px;
height: 18px;
cursor: pointer;
display: none;
}
.MADN_Bottom{
text-align: right;
padding: 5px 3px;
margin: 10px 0px 0px 0px;
position: relative;
}
.MADN_AddItem{
padding-left: 16px;
background:url('/mobilemode/images/blue_add_wev8.png') no-repeat left center;
color: #5d9cec;
cursor: pointer;
}
.MADN_SaveBtn{
position:absolute;
top: 0px;
left: 7px;
background-color: rgb(107, 163, 237);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 14px;
height: 26px;
line-height: 26px;
margin: 0px;
text-align: center;
width: 73px;
zoom: 1;
}
.MADN_Hide{
display: none !important;
}