DetailTable_wev8.css 5.18 KB
.Design_DetailTable_FormPanel{
	margin-bottom:0px;
	margin-top:0px;
}
.Design_DetailTable_Datadetails{
	padding-bottom:10px;
}
.MADF_BaseInfo.MADF_Fields_Container{
	padding-left:0px;
	margin-bottom:0px;
}
.MADF_BaseInfo .Fields_Table{
	width:100%;
	border-collapse: collapse;
    table-layout: fixed;
}

.MADF_BaseInfo .Fields_Table td{
	padding:6px 3px 0px 0px;
	text-align:center;
	position:relative;
}

.MADF_BaseInfo .Fields_Table thead{
	font-size:12px;
	color: #666;
}
.MADF_BaseInfo .Fields_Table thead td{
	border-bottom: 1px solid #eee;
	padding-bottom: 6px; 
}
.MADF_BaseInfo .Fields_Table tbody tr td:last-child{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
}

.MADF_BaseInfo .detail_table_empty_tip{
	color: #ccc;
    font-size: 14px;
    font-family: 'Microsoft Yahei',Arial,Helvetica,sans-serif;
    padding: 8px 5px 8px 10px;
    border: 1px dashed #d9d9d9;
    margin-bottom:0px;
    margin-top:10px;
    text-align:center;
    border-radius: 4px;
}
.MADF_BaseInfo .Fields_Table td img{
	position:absolute;
	top:10px;
	right:-2px;
	cursor:pointer;
}
.MADF_BaseInfo div.MADF_FieldtypeHolder{
	width:100%;
}

.MADFDTABLE_SaveBtn, .MADFDTABLE_CancelBtn{
	background-color: #6ba3ed;
	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: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Microsoft Yahei',Arial,sans-serif;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 80px;
    zoom: 1;
}
.MADFDTABLE_PanelOkBtn{
	background-color: #006fc1;
    position: absolute;
    right: 100px;
    bottom:6px;
}
.MADFDTABLE_CancelBtn{
	background-color: #999;
    position: absolute;
    right: 10px;
    bottom:6px;
}
.MADFDTABLE_AddBtn{
	padding-left: 16px;
    color: #5d9cec;
    cursor: pointer;
    position:absolute;
    right:3px;
    top:15px;
}
.MADF_BaseInfo .Fields_Table tbody tr:HOVER .MADFDTABLE_btn_del{
	display:block;
}
.MADFDTABLE_btn_del{
	position: absolute;
	display: none;
	cursor: pointer;
    top: 6px;
    right: -1px;
}

.detailTableFieldpropsPanel{
    left: 700px;
    font-size: 9pt;
    vertical-align: top;
    position: fixed;
    top: 450px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    height:230px;
    z-index: 999;
    width:376px;
    border-radius:3px;
    display:none;
    -moz-box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.1);/*firefox*/ 
	-webkit-box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.1);/*webkit*/ 
	box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.1);
}
.detailTableFieldpropsPanel_style8{
	width:385px;
}
#detailTableFieldpropsPanel .PanelItem{
	display:none;
}

#detailTableFieldpropsPanel .panelContent {
	padding: 10px 10px 5px;
	box-sizing:border-box;
	height:190px;
	overflow-y:auto;
}

#detailTableFieldpropsPanel .panelFooter{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 40px;
	width: 100%;
	bottom: 0;
    left: 0;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);
}
#detailTableFieldpropsPanel .MADF_BaseInfo {
    padding-left: 10px;
    margin-bottom: 15px;
    color: #a6a7ab;
}
#detailTableFieldpropsPanel .MADF_BaseInfo div {
    margin-bottom: 10px;
}
#detailTableFieldpropsPanel .MADF_BaseInfo .MADF_BaseInfo_Label {
    width: 60px;
    display: inline-block;
    text-align: right;
    margin-right: 6px;
}
#detailTableFieldpropsPanel .MADF_BaseInfo .MADF_BaseInfo_Label_style8 {
    width: 200px;
    display: block;
    text-align: left;
}
#detailTableFieldpropsPanel .MADF_Select {
    width: 135px;
    color: #444;
    line-height: 28px;
    height:28px;
    background-color:#fff;
    border: 1px solid #aaa;
    border-radius: 3px;
}
#detailTableFieldpropsPanel .MADF_Text {
    display: inline-block;
}

#detailTableFieldpropsPanel .MADF_BaseInfo .cbboxEntry{
	display: inline-block;
	position: relative;
}
#detailTableFieldpropsPanel .select_root_add{
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
}
#detailTableFieldpropsPanel .select_empty_tip{
	color: #ccc;
	font-size: 14px;
	font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
	padding: 9px 5px 9px 10px;	
	border: 1px dashed #ccc;
	display: none;
}
#detailTableFieldpropsPanel .MADFS_Table{
	border-collapse: collapse;
}
#detailTableFieldpropsPanel .MADFS_Table tr{
	height: 30px;
	border-bottom: 1px dashed #ccc;
}
#detailTableFieldpropsPanel .MADFS_Table tr:HOVER{
	background-color: #efefef;
}
#detailTableFieldpropsPanel .MADFBro_Text2{
	width: 251px;
	width: 249px\9;
	border: 1px solid rgb(204, 204, 204);
	height: 20px;
	padding-left: 5px;
}
#detailTableFieldpropsPanel .MADFBro_BrowserBtn{
    width: 18px;
    height: 22px;
    background-image: url(/wui/theme/ecology8/skins/default/general/browser_wev8.png);
    background-color: rgba(0,0,0,0);
    background-position: 0 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 5px;
}
#detailTableFieldpropsPanel .sbToggle{
	top: 16px;
	right: 3px;
    float: right;
    position: relative;
    pointer-events: none;
    height: auto;
}