actionlog.css 1.32 KB
@CHARSET "utf-8";

#actionlog_create .row {
	display: block;
	clear: both;
}

#actionlog_create div, #actionlog_create h3 {
	display: block;
	float: left;
}

#actionlog_create h3 {
	margin-bottom: 2px;
}

#actionlog_create .header {
	font-weight: bold;
}

#actionlog_create .actionlog_create_role {
	width: 100px;
}

#actionlog_create .actionlog_create_role select {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
}

#actionlog_create .actionlog_create_message {
	margin-left: 10px;
	width: 420px;
}

#actionlog_create .actionlog_create_message input {
	width: 100%;
	margin: 0;
	border: 1px solid #aaa;
}

#actionlog_create .actionlog_create_istask {
	margin-left: 10px;
	width: 60px;
}

#actionlog_create .actionlog_create_istask input {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#actionlog_create input.sendbutton {
	border: 1px solid #aaa;
	margin-left: 10px;
}

#actionlog {
	
}

#actionlog table {
	width: 100%;
	border-collapse:collapse;
}

#actionlog tr {
}

#actionlog td {
}

#actionlog tr.roweven {
	background-color: #aeaeae;
}

#actionlog tr.rowodd {
	background-color: #9a9a9a;
}

.taskHeader {
	color: #7DAC0C;
	font-size: 120%;
	font-weight: bold;
}

.sendbutton2 {
	border: 1px solid #aaa;
	margin-left: 10px;
}