Newer
Older
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
/********************************** ManageDelivery ****************************************/
#ManageDelivery .main{ width:640px; margin:8px auto;}
#ManageDelivery .mainLeft { width:220px;}
#ManageDelivery .cff{font-family:"ź","Բ",""; }
#ManageDelivery .listRow {width:100%;display:block;border-bottom:1px dashed #CCC;}
#ManageDelivery .ListBox {border:1px solid #AAA; border-top-color:#DDD; border-bottom-color:#DDD; height:330px; overflow:auto;}
#ManageDelivery .groupListTop { background-color:#EEE; border:1px solid #AAA; border-bottom:0px;text-align:center; display:block; height:36px; line-height:36px; font-size:24px;color:#666;}
#ManageDelivery .groupListBottom { background-color:#EEE; border:1px solid #AAA; border-top:0px;display:block; height:10px;}
#ManageDelivery .groupList { }
#ManageDelivery .groupList a { text-align:center; line-height:32px; font-size:18px; color:#666; }
#ManageDelivery .groupList a:hover { background-color:Yellow;}
#ManageDelivery .groupUserList{}
#ManageDelivery .groupUserList li{ width:100%; display:block; line-height:28px; height:28px; border-bottom:1px dashed #CCC; cursor:default;}
#ManageDelivery .groupUserList li.hover{ background-color:Yellow;}
#ManageDelivery .userNameDiv{ font-size:16px; float:left; width:250px; line-height:28px; margin-left:10px;}
#ManageDelivery .userActionDiv{ font-size:16px; float:right; width:100px; line-height:28px;}
#ManageDelivery .userActionDiv a{ font-size:16px; float:right; width:40px; line-height:28px; cursor:hand;}
#ManageDelivery .selectedGroup { font-weight:bold; color:Black; background-color:Yellow;}
/********************************** ManageAdministrator ****************************************/
#ManageAdministrator .main{ width:640px; margin:8px auto;}
#ManageAdministrator .mainLeft { width:220px;}
#ManageAdministrator .cff{font-family:"ź","Բ",""; }
#ManageAdministrator .listRow {width:100%;display:block;border-bottom:1px dashed #CCC;}
#ManageAdministrator .ListBox {border:1px solid #AAA; border-top-color:#DDD; border-bottom-color:#DDD; height:330px; overflow:auto;}
#ManageAdministrator .groupListTop { background-color:#EEE; border:1px solid #AAA; border-bottom:0px;text-align:center; display:block; height:36px; line-height:36px; font-size:24px;color:#666;}
#ManageAdministrator .groupListBottom { background-color:#EEE; border:1px solid #AAA; border-top:0px;display:block; height:10px;}
#ManageAdministrator .groupList { }
#ManageAdministrator .groupList a { text-align:center; line-height:32px; font-size:18px; color:#666; }
#ManageAdministrator .groupList a:hover { background-color:Yellow;}
#ManageAdministrator .groupUserList{}
#ManageAdministrator .groupUserList li{ width:100%; display:block; line-height:28px; height:28px; border-bottom:1px dashed #CCC; cursor:default;}
#ManageAdministrator .groupUserList li.hover{ background-color:Yellow;}
#ManageAdministrator .userNameDiv{ font-size:16px; float:left; width:250px; line-height:28px; margin-left:10px;}
#ManageAdministrator .userActionDiv{ font-size:16px; float:right; width:100px; line-height:28px;}
#ManageAdministrator .userActionDiv a{ font-size:16px; float:right; width:40px; line-height:28px; cursor:hand;}
#ManageAdministrator .selectedGroup { font-weight:bold; color:Black; background-color:Yellow;}
/********************************** ManageSupplier ****************************************/
#ManageSupplier .main{ width:640px; margin:8px auto;}
#ManageSupplier .mainLeft { width:220px;}
#ManageSupplier .cff{font-family:"ź","Բ",""; }
#ManageSupplier .listRow {width:100%;display:block;border-bottom:1px dashed #CCC;}
#ManageSupplier .ListBox {border:1px solid #AAA; border-top-color:#DDD; border-bottom-color:#DDD; height:430px; overflow:auto;}
#ManageSupplier .groupListTop { background-color:#EEE; border:1px solid #AAA; border-bottom:0px;text-align:center; display:block; height:36px; line-height:36px; font-size:24px;color:#666;}
#ManageSupplier .groupListBottom { background-color:#EEE; border:1px solid #AAA; border-top:0px;display:block; height:10px;}
#ManageSupplier .groupList { }
#ManageSupplier .groupList a { text-align:center; line-height:32px; font-size:18px; color:#666; }
#ManageSupplier .groupList a:hover { background-color:Yellow;}
#ManageSupplier .groupUserList{}
#ManageSupplier .groupUserList li{ width:100%; display:block; line-height:28px; height:28px; border-bottom:1px dashed #CCC; cursor:default;}
#ManageSupplier .groupUserList li.hover{ background-color:Yellow;}
#ManageSupplier .userNameDiv{ font-size:16px; float:left; width:250px; line-height:28px; margin-left:10px;}
#ManageSupplier .userActionDiv{ font-size:16px; float:right; width:100px; line-height:28px;}
#ManageSupplier .userActionDiv a{ font-size:16px; float:right; width:40px; line-height:28px; cursor:hand;}
#ManageSupplier .selectedGroup { font-weight:bold; color:Black; background-color:Yellow;}
/********************************** SupplierGoodsMgr ****************************************/
#SupplierGoodsMgr td.editableCell{ padding:0px; margin:0px; height:24px; line-height:24px; }
#SupplierGoodsMgr td.editMode{ cursor:text;}
#SupplierGoodsMgr td.updating{ background-color:#CCC;}
#SupplierGoodsMgr .textinput { border:1px solid #CCC;}