@CHARSET "UTF-8";

#dialog-logs .toolbar .field {width: 10%; float: left;}
#dialog-logs .toolbar .lastField {width: 30px; float: right; padding-top: 6px;}

#dialog-logs .redactions {overflow-y: scroll; overflow-x: hidden; height: 240px; border: 1px solid #000;}
#dialog-logs .redactions .header {font-weight: bold;}
#dialog-logs .redactions .entry {border-bottom: 1px dotted #000;}
#dialog-logs .redactions .entry .field,
#dialog-logs .redactionsHeader .entry .field{
	float: left;
	width: 15%;
	margin: 10px;
}
#dialog-logs .redactions .entry .objectId {width: 5%;}
#dialog-logs .redactions .entry .id,
#dialog-logs .redactions .entry .data {display: none;}

#dialog-logs .redactions .tools {float: right !important;}
#dialog-logs .redactions .tools button{
	float: right;
	width: 14px; height: 14px;
	border: 0px ;
	background: none;
}