META-INF.resources.imixs.css.imixs.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of imixs-workflow-faces Show documentation
Show all versions of imixs-workflow-faces Show documentation
The Imixs Workflow JSF Utilities simplify the usage of the Java EE components in a web module
/* 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