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

de.swm.commons.mobile.client.theme.base.css.decoratedListItem.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external decoratedListItemHPanel, decoratedListItemVPanel, decoratedListItemTimePanel, decoratedListItemTitle, decoratedListItemSubtitle;
}

.decoratedListItemHPanel {
	\-webkit-box-flex: 1;	

	-ms-flex: 1 0 auto;
}

.decoratedListItemVPanel {
	padding-left: .4em;
	\-webkit-box-flex: 1;	

	-ms-flex: 1 0 auto;
}

.decoratedListItemTitle {
    color: white;
    font-weight: bold;
    font-size: medium;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    text-shadow: rgba(0, 0, 0, 0.4) 0 -0.1em 0.1em;
}

.decoratedListItemSubtitle {
    color: white;
    font-size: small;
    font-style: italic;
    text-shadow: rgba(0, 0, 0, 0.8) 0 -0.1em 0.1em;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy