72 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			CSS
		
	
	
	
#mt-list tr.disable + tr.footable-row-detail td {
 | 
						|
	background-color: #EEE;
 | 
						|
}
 | 
						|
#mt-list tr.disable + tr.footable-row-detail td .footable-row-detail-inner {
 | 
						|
	background-color: #FFF;
 | 
						|
}
 | 
						|
#mt-list tr.disable + tr.footable-row-detail td .footable-row-detail-inner:after {
 | 
						|
	border-color: transparent transparent #FFF transparent;
 | 
						|
}
 | 
						|
#mt-list th.first {
 | 
						|
	min-width: 300px;
 | 
						|
}
 | 
						|
#mt-list td.active {
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
#mt-list td {
 | 
						|
	vertical-align: middle;
 | 
						|
}
 | 
						|
#mt-list .footable-row-detail-inner {
 | 
						|
	text-align: left;
 | 
						|
}
 | 
						|
#mt-list td.detail-row {
 | 
						|
	cursor:pointer;
 | 
						|
}
 | 
						|
#mt-list td .btn-mini {
 | 
						|
	width: 100%;
 | 
						|
}
 | 
						|
#mt-list .module_icon {
 | 
						|
	position: relative;
 | 
						|
}
 | 
						|
#mt-list .module_icon .progress {
 | 
						|
	display: none;
 | 
						|
	position: absolute;
 | 
						|
	left: 8px;
 | 
						|
	right: 8px;
 | 
						|
	bottom: 10px;
 | 
						|
	margin-bottom: 0;
 | 
						|
	border-radius: 5px;
 | 
						|
	height: 10px;
 | 
						|
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .2);
 | 
						|
}
 | 
						|
#mt-list .mt_title span {
 | 
						|
	display: inline-block;
 | 
						|
	margin-right: 10px;
 | 
						|
}
 | 
						|
#mt-list .mt_title span + span {
 | 
						|
	margin-right: 0;
 | 
						|
}
 | 
						|
#mt-list .module_icon {
 | 
						|
	width: 60px;
 | 
						|
	height: 60px;
 | 
						|
	margin-right: 10px;
 | 
						|
}
 | 
						|
#mt-list .temp_pev {
 | 
						|
	width: 109px;
 | 
						|
	height: 79px;
 | 
						|
	margin-right: 10px;
 | 
						|
}
 | 
						|
#mt-list .mt_title,
 | 
						|
#mt-list .mt_dev {
 | 
						|
	margin: 0;
 | 
						|
}
 | 
						|
#mt-list .footable-row-detail-inner {
 | 
						|
	color: #747474;
 | 
						|
}
 | 
						|
#mt-list .footable-row-detail-inner strong {
 | 
						|
	color: #000000;
 | 
						|
}
 | 
						|
#mt-list .togglebox {
 | 
						|
	display: inline-block;
 | 
						|
	float: none;
 | 
						|
} |