Skip to content
Snippets Groups Projects
Tsref.css 746 B
Newer Older
.table-left-col {
	width: 16.66666667%;
	min-width: 200px;
.table > tbody > tr > td.table-right-col {
	vertical-align: middle;
	text-align: left;
}
.table > tbody > tr.no-borders {
	border-style: hidden;
}

.right-side-link {
	float: right;
	font-size: medium;
}

.add-type-link {
	display: block;
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
	margin-bottom: 10px;
textarea#description.min-height200 {
  min-height: 200px;

.category-caption {
	text-align: center;
	display: block;
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.typoscript-group-caption {
	font-weight: bold;
	text-align: center;
	display: block;
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
	margin-bottom: 10px;
}