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

de.swm.commons.mobile.client.theme.base.css.listpanel-flex.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external flex, modify;	
}

.flex > div {
	display: table !important;
	width: 100%;
}

.flex > div > * {
	vertical-align: middle;
	display: table-cell;
}

.flex > div > *:first-child {
	text-align: right;
	padding-right: 1em;
	width: 40%;
}

.flex > div > *:last-child {
	width: 90%;
}

.modify > div > div {
	\-webkit-box-flex: 1;
	margin: 0 .5em 0 .5em;

	-ms-flex: 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy