styles.css

table.mysmwtable {
	width:100%; /*width of the box/
	margin: 0 0 2em 0; /*cell padding*/
	background-color: #f8f9fa; /*background color for the table*/
	color: #222; /*Textfarbe*/
	border: 1px solid #a2a9b1; /*border*/
	border-collapse: collapse; /*border*/
}
table.mysmwtable > tr > th, table.mysmwtable > * > tr > th {
	background-color: #eaecf0; /*background color of the label column*/
	text-align: left; /*alignment of the label column*/
	width:25%;/*width of the label column*/
}
table.mysmwtable > tr > td, table.mysmwtable > * > tr > td {
	background-color: #f8f9fa; /*background-color of the second column*/
}
table.mysmwtable > tr > th, table.mysmwtable > tr > td, table.mysmwtable > * > tr > th, table.mysmwtable > * > tr > td {
	border: 1px solid #a2a9b1; /*border around cells*/
	padding: 10px; /*cell padding*/
}
form.createbox table.formtable th {
	padding:10px 0; /*distance between form fields*/
}

Attachments

Discussions