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

META-INF.resources.imixs.css.imixs.css Maven / Gradle / Ivy

Go to download

The Imixs Workflow JSF Utilities simplify the usage of the Java EE components in a web module

There is a newer version: 6.1.0
Show newest version
/* Fileupload control */
#imixsfileuploadform {
	
}

#imixsfileuploadcontrol {
	width: 340px;
	overflow: hidden;
}

#imixsfileuploadcontent {
	overflow: auto;
}

#imixsfileuploadattachments {
	
}

#imixsfileuploaduploads {
	
}

.imixsfileuploadtable tbody tr td {
	border: 0px;
	border-bottom: 1px solid #CCC;
}

.imixsfileuploadtable tbody tr {
	border: 0px;
	border-bottom: 1px solid red;
}

.imixsfileuploadtable a {
	text-decoration: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy