Skip to content
admin.css 5.41 KiB
Newer Older
Jack Dan's avatar
Jack Dan committed
/**********************************   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;}