All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.css.main.scss Maven / Gradle / Ivy

The newest version!
.portlet-group-statistics {
	.group-statistics-body {
		border-collapse: collapse;
		border-spacing: 0;
		clear: both;
		display: table;
		table-layout: auto;
		width: 100%;
	}

	.group-statistics-chart {
		display: inline-block;
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.group-statistics-info {
		padding: 10px;
		padding-right: 0;

		table {
			margin-left: 10px;
		}

		td {
			padding: 0 3px;
		}
	}

	.group-statistics-color-marker {
		height: 8px;
		margin-right: 4px;
		width: 8px;
	}

	.field-row .inline-text {
		margin: 1px 3px 0 0;
		padding: 1px;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy