Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
user-details-dialog.component.css 427 B
Newer Older
#custom-file-upload {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  cursor: pointer;
}

.username, .role, .password, .password-confirmation, .certificate-subject, .certificate-issuer, .certificate-fingerprint {
  width: 100%;
.certificate-valid-from, .certificate-valid-until {
  width: 40%;

.required-fields {
  text-align: right;
  font-size: 70%
}

.has-error {
  color:red;
  font-size: 70%;
}